HolyLib Wiki

RemoveListener

  boolean gameevent.RemoveListener( string gameevent = nil )

Description

Removes the Lua gameevent listener from the specific gameevent.

Arguments

1string gameevent = nil
The gameevent to remove the lua listener from.

Returns

1boolean success
Returns true if the listener was successfully removed from the given event.