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