Drag[en]gine Script Module DragonScript
1.23
|
List of spawn points. More...
Public Member Functions | |
void | add (SpawnPoint spawnPoint) |
Add spawn point. More... | |
void | forEach (Block ablock) |
Visit spawn pointes using block. More... | |
int | getCount () |
Number of spawn points. More... | |
SpawnPoint | getNamed (String name) |
Named spawn point or null if absent. More... | |
bool | hasNamed (String name) |
Named spawn point is present. More... | |
SpawnPointList | new () |
Create spawn point list. More... | |
void | remove (SpawnPoint spawnPoint) |
Remove spawn point. More... | |
void | removeAll () |
Remove all spawn points. More... | |
void | removeNamed (String name) |
Remove named spawn point if present. More... | |
List of spawn points.
void Dragengine.Scenery.SpawnPointList.add | ( | SpawnPoint | spawnPoint | ) |
Add spawn point.
void Dragengine.Scenery.SpawnPointList.forEach | ( | Block | ablock | ) |
Visit spawn pointes using block.
Block parameter is of type SpawnPoint.
int Dragengine.Scenery.SpawnPointList.getCount | ( | ) |
Number of spawn points.
SpawnPoint Dragengine.Scenery.SpawnPointList.getNamed | ( | String | name | ) |
Named spawn point or null if absent.
bool Dragengine.Scenery.SpawnPointList.hasNamed | ( | String | name | ) |
Named spawn point is present.
SpawnPointList Dragengine.Scenery.SpawnPointList.new | ( | ) |
Create spawn point list.
void Dragengine.Scenery.SpawnPointList.remove | ( | SpawnPoint | spawnPoint | ) |
Remove spawn point.
void Dragengine.Scenery.SpawnPointList.removeAll | ( | ) |
Remove all spawn points.
void Dragengine.Scenery.SpawnPointList.removeNamed | ( | String | name | ) |
Remove named spawn point if present.