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-local+709673996c0cc3c0733358a87691d1009326afa7
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