Module ORGM.Server.CommandHandler
Command Handler Functions.
These are triggered by ORGM.Server.Callbacks.clientCommand in response to a OnClientCommand event.
It is unlikely that you will need to call any of these functions manually.
Info:
- Copyright: 2018 File: server/1LoadOrder/ORGMServerCommands.lua
- Release: v3.09
- Author: Fenris_Wolf
Functions
requestSettings (player, args) | Callback for the “requestSettings” client command. |
Functions
Methods- requestSettings (player, args)
-
Callback for the “requestSettings” client command.
Sends a server command telling the clients to update their ORGM.Settings table with the server’s version.
Parameters:
- player IsoPlayer object that sent the command.
- args variable data to be passed onto the command call.