index 166a923b7bf..57781b46156 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -590,6 +590,9 @@ object GetActionParamValueObject(object oObject, int nAction, int nParam); string GetActionParamValueString(object oObject, int nAction, int nParam); location GetActionParamValueLocation(object oObject, int nAction, int nParam); int GetActionInterruptable(object oObject, int nAction); void AddAction(object oObject, int nActionType, array aParams, int nActionGroupId=-1); void AddActionToFront(object oObject, int nActionType, array aParams, int nActionGroupId=-1); -void AddActionAfterFront(object oObject, int nActionType, array aParams, int nActionGroupId=-1); \ No newline at end of file +void AddActionAfterFront(object oObject, int nActionType, array aParams, int nActionGroupId=-1); +void ActionDoCommandToBack(action aActionToDo, int nActionGroupId=-1); +void ActionDoCommandToFront(action aActionToDo, int nActionGroupId=-1); +void ActionDoCommandAfterFront(action aActionToDo, int nActionGroupId=-1); \ No newline at end of file