Garry's Mod Wiki

Entity:RemoveCallback

  Entity:RemoveCallback( string hook, number callbackid )

Description

Removes a callback previously added with Entity:AddCallback

Arguments

1 string hook
The hook name to remove. See Entity Callbacks
2 number callbackid
The callback id previously retrieved with the return of Entity:AddCallback or Entity:GetCallbacks