GetRegisteredCommands — FiveM Natives
0xD4BEF069 · CFX · shared
Returns all commands that are registered in the command system. The data returned adheres to the following layout: `` [ { "name": "cmdlist", "resource": "resource", "arity" = -1, }, { "name": "command1" "resource": "resource_2", "arity" = -1, } ] ``
No parameters.
Returns
object