#include <CSpawnPoint.h>
Inheritance diagram for SpawnPoint:

Public Member Functions | |
| SpawnPoint () | |
| void | reset () |
| void | create (char *name, int x, int y, int spawnType, int spawnSubType, int minInterval, int maxInterval, bool active) |
| void | think () |
| bool | readyToSpawn () |
Public Attributes | |
| char | name [50] |
| bool | active |
| int | x |
| int | y |
| int | spawnType |
| int | spawnSubType |
| int | currentInterval |
| int | minInterval |
| int | maxInterval |
| int | requiredInterval |
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7