Skip to content

CommandArgs

Summary

Represents a plugin command callback arguments.

Signature

1
public class CommandArgs

Namespace

cAlgo.API

Properties

Command

Summary

Gets the command associated with these arguments.

Signature

1
public Command Command {get;}

Return Value

Command

Context

Summary

Gets the context in which the command is executed.

Signature

1
public object Context {get;}

Return Value

object