Noir.Classes.CommandContext: NoirClass
NoirClass
Represents the context for a command callback.
Noir.Classes.CommandContext:Init(player, args, message, hasPermission, command)
Initializes class objects from this class.
player: NoirPlayer
player
args: table<integer, string>
args
message: string
message
hasPermission: boolean
hasPermission
command: NoirCommand
command
Last updated 2 days ago