71 string getActionParam(
int entityID,
int actionID,
string actionParam );
91 void setActionParam(
int entityID,
int actionID,
string actionParam,
string actionValue );
113 void fadeActionParam(
int entity_ID,
int action_ID,
string param,
float from,
float to,
float rate,
int looped);
Definition: LUA_API_Action.h:31
void fadeActionParam(int entity_ID, int action_ID, string param, float from, float to, float rate, int looped)
Fade out any float based action property.
int getActionID(int entityID, string actionName)
Get the Id of the action with the string arg of actionName.
void action addToEntity(int objID, ”PLAYER”, “AI Sensor”)
addToEntity action.
void setActionParam(int entityID, int actionID, string actionParam, string actionValue)
Set a value in of specified Action property. Using this Function and getActionParam, you will be able to control an Entities Action from Script.
string getActionParam(int entityID, int actionID, string actionParam)
Get the property value from any entity Action. For use in script to control elements of your game...