BaseModeOnObjectMoved Method |
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxprotected virtual void OnObjectMoved(
GlobalObject globalObject,
EventArgs e
)
Protected Overridable Sub OnObjectMoved (
globalObject As GlobalObject,
e As EventArgs
)
Parameters
- globalObject
- Type: SampSharp.GameMode.WorldGlobalObject
The global-object triggering the event. - e
- Type: SystemEventArgs
An EventArgs that contains the event data.
See Also