ERAiAPI
Loading...
Searching...
No Matches
airecreation
AiScriptGoalInfo.hpp
Go to the documentation of this file.
1
#pragma once
2
#include "
AiFunc.hpp
"
3
4
class
AiScriptGoalInfo
5
{
6
public
:
10
void
SetNormalGoal
();
11
19
void
SetTableGoal
(
bool
hasUpdateFunc,
bool
hasTerminateFunc,
bool
hasInterruptFunc,
bool
hasInitializeFunc);
20
};
AiFunc.hpp
AiScriptGoalInfo
Definition
AiScriptGoalInfo.hpp:5
AiScriptGoalInfo::SetTableGoal
void SetTableGoal(bool hasUpdateFunc, bool hasTerminateFunc, bool hasInterruptFunc, bool hasInitializeFunc)
Set script info to table goal, and fill which funcs exist in the table.
AiScriptGoalInfo::SetNormalGoal
void SetNormalGoal()
Set script info to not a table goal.
Generated by
1.11.0