Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_UIAction::UnregisterElementListener Method
Syntax
C++
int UnregisterElementListener(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. 

!

UIAction.UnregisterElementListener( table, callbackFunctionName )

!  

!  

! Unregister callback functions for a UIElement event. 

 

Copyright (c) 2012. All rights reserved.