Click or drag to resize

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
C#
public enum CommandCallableResponse
Members
  Member nameValueDescription
False0 The specified parameters don't allow this command to be called.
True1 The specified parameters require this command to be called.
Optional2 The specified parameters allow this command to be called unless a different command accepts the parameters with a 'True' response.
See Also