| Random
(range)
|
int
|
|
Return a random number from 0 to range
|
Apolyton-thread
|
| return
|
|
|
return CONTINUE, return STOP. If return STOP is used in a pre-event handler, it stops the event from being executed
|
Apolyton-thread
|
| RoundGold
(int)
|
int
|
|
Rounds off int to the nearest 100
|
|
| RoundPercentReduction
(int)
|
int
|
|
Rounds off to a nice percentage, 0 <= int <= 100
|
|
| SetTimerGranularity
(gran)
|
int
|
|
Set SLIC's timer mechanism to check timers every gran seconds
|
|
| StartTimer
(index, duration)
|
int
|
|
Start timer index, set to expire in duration seconds
|
|
| StopTimer
(int)
|
int
|
|
Stop the given timer
|
|