Endstar LUA API Documentation
|
Public Member Functions | |
void | SetGoalCompletionMode (Context instigator, CommandNode.GoalCompletionMode completionMode) |
Sets the goal completion mode for the command. | |
![]() | |
Context | GetContext () |
Gets the context of this instruction node. | |
float | GetTime () |
Gets the current local game time. | |
void | GiveGroupInstruction (Context instigator, int group) |
Give this instruction to all npcs in the group. | |
void | RescindGroupInstruction (Context instigator, int group) |
Rescinds this instruction from all npcs in the group. | |
Additional Inherited Members | |
![]() | |
IGroupInstructionNode | GroupNode [get] |
void SetGoalCompletionMode | ( | Context | instigator, |
CommandNode.GoalCompletionMode | completionMode ) |
Sets the goal completion mode for the command.
instigator | The source context triggering this change |
completionMode | The new goal completion mode to set. |