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

A default result code (in Lua: void).

!

AI.SetAnimationTag(entityId, tagName)

!  

!  

Set a Mannequin animation tag. 

In: The function handler (NULL is invalid!) In: The script handle of the entity on which to set the animation tag. In: The name of the animation tag that should be set (case insensitive).

Copyright (c) 2012. All rights reserved.