Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_AI::ClearAnimationTag Method
Syntax
C++
int ClearAnimationTag(IFunctionHandler* pH, ScriptHandle entityID, const char* tagName);
Parameters 
Description 
const char* tagName 
entityId 
AI's entity 

A default result code (in Lua: void).

!

AI.ClearAnimationTag(entityId, tagName)

!  

!  

Clear a Mannequin animation tag group. 

In: The function handler (NULL is invalid!) In: The script handle of the entity on which to clear the animation tag. In: The name of any animation tag in the group that we want to clear (case insensitive).

Copyright (c) 2012. All rights reserved.