Skip to main content

remove_pawn_event_handler

Function remove_pawn_event_handler 

Source
pub unsafe fn remove_pawn_event_handler(
    dispatcher: *mut IEventDispatcherPawn,
    handler: *mut PawnEventHandler,
)
Expand description

Removes a Pawn event handler from the dispatcher.

ยงSafety

Both pointers must be valid.