|
Serious Sam's Bogus Detour
2016/06/09
Engine documentation
|
Classes | |
| class | WorldScript |
| An executabole worldscript. More... | |
| class WorldScript |
An executabole worldscript.
Public Member Functions | |
| void | Execute () |
| void | ClientExecute (SValue *param) |
| bool | IsExecutable () |
| int32 | GetTriggerTimes () |
| bool | IsEnabled () |
| void | SetTriggerTimes (int32 triggerTimes) |
| void | SetEnabled (bool enabled) |
| string | GetComment () |
| UnitPtr | GetUnit () |
| void WorldScript::ClientExecute | ( | SValue * | param | ) |
| void WorldScript::Execute | ( | ) |
| string WorldScript::GetComment | ( | ) |
| int32 WorldScript::GetTriggerTimes | ( | ) |
| UnitPtr WorldScript::GetUnit | ( | ) |
| bool WorldScript::IsEnabled | ( | ) |
| bool WorldScript::IsExecutable | ( | ) |
| void WorldScript::SetEnabled | ( | bool | enabled | ) |
| void WorldScript::SetTriggerTimes | ( | int32 | triggerTimes | ) |
1.8.11