Method | Description | |
---|---|---|
Clone ( ) : |
Clones a teleporter to create a new copy.
|
|
GetTeleportZone ( int ID ) : |
Provides access to the teleportation zones by ID.
|
|
GetTeleportZones ( ) : Terrarium.Game.TeleportZone[] |
Provides access to the collection of TeleportZone objects.
|
|
IsInTeleporter ( OrganismBase.OrganismState state ) : System.Boolean |
Determines if a given creature exists within any of the teleport zones and if so notifies the caller.
|
|
Move ( ) : void |
Moves all teleporation zones around the board.
|
|
Teleporter ( int zoneCount ) : System |
Creates a Teleporter with the specified number of zones.
|
public GetTeleportZone ( int ID ) : |
||
ID | int | The ID for the teleporter to retrieve. |
return |
public GetTeleportZones ( ) : Terrarium.Game.TeleportZone[] | ||
return | Terrarium.Game.TeleportZone[] |
public IsInTeleporter ( OrganismBase.OrganismState state ) : System.Boolean | ||
state | OrganismBase.OrganismState | The organism state to be checked |
return | System.Boolean |
public Teleporter ( int zoneCount ) : System | ||
zoneCount | int | The number of moving teleport zones. |
return | System |