ERAiAPI
Loading...
Searching...
No Matches
AiScriptGoalInfo Class Reference

#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.
 

Detailed Description

Definition at line 4 of file AiScriptGoalInfo.hpp.

Member Function Documentation

◆ SetNormalGoal()

void AiScriptGoalInfo::SetNormalGoal ( )

Set script info to not a table goal.

◆ SetTableGoal()

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.

Parameters
hasUpdateFuncdoes table goal has Update function
hasTerminateFuncdoes table goal has Terminate function
hasInterruptFuncdoes table goal has Interrupt function
hasInitializeFuncdoes table goal has Initialize function

The documentation for this class was generated from the following file: