githubEdit

CommandContext

Noir.Classes.CommandContext: NoirClass

Represents the context for a command callback.


Noir.Classes.CommandContext:Init(player, args, message, hasPermission, command)

Initializes class objects from this class.

Parameters

  • player: NoirPlayer

  • args: table<integer, string>

  • message: string

  • hasPermission: boolean

  • command: NoirCommand

Last updated