C# Class NetMud.Data.Game.Pathway

Inheritance: EntityPartial, IPathway
Afficher le fichier Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetFromWorldOrSpawn ( ) : void

Tries to find this entity in the world based on its ID or gets a new one from the db and puts it in the world

GetModelDimensions ( ) : Tuple

Get's the entity's model dimensions

Pathway ( ) : System

News up an empty entity

Pathway ( IPathwayData backingStore ) : System

News up an entity with its backing data

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 Details

GetFromWorldOrSpawn() public méthode

Tries to find this entity in the world based on its ID or gets a new one from the db and puts it in the world
public GetFromWorldOrSpawn ( ) : void
Résultat void

GetModelDimensions() public méthode

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
Résultat Tuple

Pathway() public méthode

News up an empty entity
public Pathway ( ) : System
Résultat System

Pathway() public méthode

News up an entity with its backing data
public Pathway ( IPathwayData backingStore ) : System
backingStore IPathwayData the backing data
Résultat System

RenderToLook() public méthode

Render this to a look command (what something sees when it 'look's at this
public RenderToLook ( IEntity actor ) : IEnumerable
actor IEntity
Résultat IEnumerable

SpawnNewInWorld() public méthode

Spawn this new into the live world
public SpawnNewInWorld ( ) : void
Résultat void

SpawnNewInWorld() public méthode

Spawn this new into the live world into a specified container
public SpawnNewInWorld ( IContains spawnTo ) : void
spawnTo IContains the location/container this should spawn into
Résultat void