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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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