- This page was created by Coesbot. It still needs additional comments, examples, links, etc.
- Remove the {{bot}} template when you edit this page, please!
// Delay aActionToDelay by fSeconds.
// * No return value, but if an error occurs, the log file will contain
// "DelayCommand failed.".
void ActionDoCommand(action aActionToDo); void AssignCommand(object oActionSubject,action aActionToAssign); void ClearDelayCommands(object oObject); void DelayCommand(float fSeconds, action aActionToDelay); int GetCommandable(object oTarget=OBJECT_SELF); void SetCommandable(int bCommandable, object oTarget=OBJECT_SELF);