Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_UIAction::EndAction Method
Syntax
C++
int EndAction(IFunctionHandler * pH, SmartScriptTable pTable, bool disable, SmartScriptTable arguments);
Parameters 
Description 
bool disable 
if true this action gets disabled on end. 
SmartScriptTable arguments 
arguments to return from this action. 
table 
must be "self". 

!

UIAction.EndAction( table, disable, arguments )

!  

!  

!  

! Ends a UI Action. This can be only used withing a UIAction Lua script! 

 

Copyright (c) 2012. All rights reserved.