Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
UnregisterActionListener
Syntax
C++
int UnregisterActionListener(IFunctionHandler * pH, SmartScriptTable pTable, const char* callback);
Parameters 
Description 
table 
the script that receives the callback (can be "self" to refer the current script). 
callbackFunctionName 
name of the script function that receives the callback. if "" all callbacks for this script will be removed 

Syntax: UIAction.UnregisterActionListener( table, callbackFunctionName ) 

Unregister callback functions for a UIAction event. 

 

Copyright (c) 2012. All rights reserved.