Skip to main content

[NodeMod Core]

/ .. / ClientCommandContext

Interface: ClientCommandContext

Defined in: src/core/cmd.ts:16

Context object containing information about a client command execution.

Properties

text

text: string

Defined in: src/core/cmd.ts:18

The raw command text as entered by the client

args

args: string[]

Defined in: src/core/cmd.ts:20

Array of parsed command arguments, including the command name as the first element

client

client: Entity

Defined in: src/core/cmd.ts:22

The client entity that issued the command