CommandArgs¶
Summary¶
Represents a plugin command callback arguments.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
Command¶
Summary
Gets the command associated with these arguments.
Signature
1 |
|
Return Value
Command
Context¶
Summary
Gets the context in which the command is executed.
Signature
1 |
|
Return Value
object