|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.ActionConfig
com.threerings.tudey.config.ActionConfig.SpawnActor
public static class ActionConfig.SpawnActor
Spawns a new actor.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
com.threerings.io.Streamable.Closure |
| Field Summary | |
|---|---|
ConfigReference<ActorConfig> |
actor
The configuration of the actor to spawn. |
TargetConfig |
location
The location at which to spawn the actor. |
| Constructor Summary | |
|---|---|
ActionConfig.SpawnActor()
|
|
| Method Summary | |
|---|---|
String |
getLogicClassName()
Returns the name of the server-side logic class for this action. |
ActorConfig.Original |
getOriginal(ConfigManager cfgmgr)
Gets the original configuration of the spawned actor. |
void |
getPreloads(ConfigManager cfgmgr,
PreloadableSet preloads)
Adds the resources to preload for this action into the provided set. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.tudey.config.ActionConfig |
|---|
getSubActions |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(nullable=true) public ConfigReference<ActorConfig> actor
@Editable public TargetConfig location
| Constructor Detail |
|---|
public ActionConfig.SpawnActor()
| Method Detail |
|---|
public String getLogicClassName()
ActionConfig
getLogicClassName in class ActionConfig
public void getPreloads(ConfigManager cfgmgr,
PreloadableSet preloads)
ActionConfig
getPreloads in class ActionConfigpublic void invalidate()
ActionConfig
invalidate in class ActionConfigpublic ActorConfig.Original getOriginal(ConfigManager cfgmgr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||