UnregisterForLooksMenuEvent - ScriptObject
Revision as of 21:01, 11 February 2018 by imported>Qazaaq (added category)
Member of: ScriptObject
Unregisters this script from receiving OnLooksMenuEvent.
Only the script that unregisters for an event will stop receiving it. Other scripts will still receive the event if they registered for it seperately.
SyntaxEdit
Function UnregisterForLooksMenuEvent() Native
ParametersEdit
None
Return ValueEdit
None
ExamplesEdit
; Unregister for Looks menu event
UnregisterForLooksMenuEvent()
NotesEdit
None