Method | Description | |
---|---|---|
GetModelDimensions ( ) : Tuple |
Get's the entity's model dimensions
|
|
Inanimate ( ) : System |
News up an empty entity
|
|
Inanimate ( IInanimateData backingStore ) : System |
News up an entity with its backing data
|
|
Inanimate ( IInanimateData backingStore, IContains spawnTo ) : System |
News up an entity with its backing data and where to spawn it into
|
|
RenderToLook ( IEntity actor ) : IEnumerable |
Render this to a look command (what something sees when it 'look's at this
|
|
SpawnNewInWorld ( ) : void |
Spawn this new into the live world
|
|
SpawnNewInWorld ( IContains spawnTo ) : void |
Spawn this new into the live world into a specified container
|
Method | Description | |
---|---|---|
Inanimate ( |
public Inanimate ( IInanimateData backingStore ) : System | ||
backingStore | IInanimateData | the backing data |
return | System |
public Inanimate ( IInanimateData backingStore, IContains spawnTo ) : System | ||
backingStore | IInanimateData | the backing data |
spawnTo | IContains | where to spawn this into |
return | System |
public RenderToLook ( IEntity actor ) : IEnumerable |
||
actor | IEntity | |
return | IEnumerable |
public SpawnNewInWorld ( IContains spawnTo ) : void | ||
spawnTo | IContains | the location/container this should spawn into |
return | void |