Endstar LUA API Documentation
Loading...
Searching...
No Matches
GroupCommand Class Reference

Public Member Functions

void SetGoalCompletionMode (Context instigator, CommandNode.GoalCompletionMode completionMode)
 Sets the goal completion mode for the command.
 
- Public Member Functions inherited from GroupInstruction
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

- Properties inherited from GroupInstruction
IGroupInstructionNode GroupNode [get]
 

Member Function Documentation

◆ SetGoalCompletionMode()

void SetGoalCompletionMode ( Context instigator,
CommandNode.GoalCompletionMode completionMode )

Sets the goal completion mode for the command.

Parameters
instigatorThe source context triggering this change
completionModeThe new goal completion mode to set.