|
ERAiAPI
|
#include <AiScriptGoalInfo.hpp>
Public Member Functions | |
| void | SetNormalGoal () |
| Set script info to not a table goal. | |
| void | SetTableGoal (bool hasUpdateFunc, bool hasTerminateFunc, bool hasInterruptFunc, bool hasInitializeFunc) |
| Set script info to table goal, and fill which funcs exist in the table. | |
Definition at line 4 of file AiScriptGoalInfo.hpp.
| void AiScriptGoalInfo::SetNormalGoal | ( | ) |
Set script info to not a table goal.
| void AiScriptGoalInfo::SetTableGoal | ( | bool | hasUpdateFunc, |
| bool | hasTerminateFunc, | ||
| bool | hasInterruptFunc, | ||
| bool | hasInitializeFunc ) |
Set script info to table goal, and fill which funcs exist in the table.
| hasUpdateFunc | does table goal has Update function |
| hasTerminateFunc | does table goal has Terminate function |
| hasInterruptFunc | does table goal has Interrupt function |
| hasInitializeFunc | does table goal has Initialize function |