SampSharp.Core.Callbacks Namespace |
[Missing <summary> documentation for "N:SampSharp.Core.Callbacks"]
Class | Description | |
---|---|---|
CallbackAttribute |
Indicates a method should be loaded by RegisterCallbacksInObject(IGameModeClient, Object) and
indicates the name of the callback.
| |
CallbackRegistrationException |
An error thrown when a callback could not be registered.
| |
ParameterLengthAttribute |
Contains an index property for defining which parameter of a callback contains the length of the parameter this
attribute is attached to.
|
Structure | Description | |
---|---|---|
CallbackParameterInfo |
Contains information about a callback parameter.
|
Enumeration | Description | |
---|---|---|
CallbackParameterType |
Contains the possible callback parameter types.
|