Endstar LUA API Documentation
|
Public Member Functions | |
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. | |
Properties | |
IGroupInstructionNode | GroupNode [get] |
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.
instigator | The source context that is triggering this change. |
group | The group to give this instruction to. |
void RescindGroupInstruction | ( | Context | instigator, |
int | group ) |
Rescinds this instruction from all npcs in the group.
instigator | The source context that is triggering this change |
group | The group to remove this instruction from. |
|
getprotected |