Click or drag to resize

InvokeResult Constructor

Initializes a new instance of the InvokeResult struct.

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public InvokeResult(
	InvokeResponse response,
	string usageMessage = null
)

Parameters

response
Type: SampSharp.Entities.SAMP.CommandsInvokeResponse
The response.
usageMessage (Optional)
Type: SystemString
The usage message. This value should only be provided when response is equal to InvalidArguments.
See Also