EVENT DESCRIPTION
Event Name: onRemoveGump
Prototype:
def onRemoveGump(gump):
pass
Parameters: - gump
A gump object.
Return Value: Return 1 if you dont wont the core to remove the gump the from the drawlist (and delete it afterwards).
Call Condition: Triggered when a gump is removed from the drawlist.
Notes:
|