CommandCallableResponse Enumeration |
Contains the reponses available for callable commands
Namespace:
SampSharp.GameMode.SAMP.Commands
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public enum CommandCallableResponse
Members
| Member name | Value | Description |
---|
| False | 0 |
The specified parameters don't allow this command to be called.
|
| True | 1 |
The specified parameters require this command to be called.
|
| Optional | 2 |
The specified parameters allow this command to be called unless a different command accepts the parameters with a
'True' response.
|
See Also