Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_UIAction::UnregisterEventSystemListener Method
Syntax
C++
int UnregisterEventSystemListener(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.UnregisterEventSystemListener( table, callbackFunctionName )

!  

!  

! Unregister callback functions for a UIEventSystem event. 

 

Copyright (c) 2012. All rights reserved.