EEex_ParseActionsString
EEex_ParseActionsString(string)
Parses the given string as if it was fed through C:Eval() and returns the compiled script object, (only filled with actions). Use in conjunction with one of the EEex_EvalActions* functions.
Free compiled scripts by using EEex_FreeActions
Parameters
string - string containing script actions to evaluate and compile
Return
Returns a compiled script object CAIScriptFile
Example
EEex_ParseActionsString()
See Also
EEex_EvalActionsAsActor, EEex_EvalActionsAsActorResume, EEex_EvalActionsStringAsActor, EEex_EvalActionsStringAsActorResume, EEex_FreeActions