SampSharp
SampSharp
SampSharp.Entities.SAMP.Commands
InvokeResult Structure
InvokeResult Constructor
InvokeResult Properties
InvokeResult Methods
InvokeResult Fields
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#
Copy
public
InvokeResult
(
InvokeResponse
response
,
string
usageMessage
=
null
)
Parameters
response
Type:
SampSharp.Entities.SAMP.Commands
InvokeResponse
The response.
usageMessage
(Optional)
Type:
System
String
The usage message. This value should only be provided when
response
is equal to
InvalidArguments
.
See Also
Reference
InvokeResult Structure
SampSharp.Entities.SAMP.Commands Namespace