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