Menu: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The <code>_menu</code> command is an FE to Game instance command that allows a front-end to render context menus for game objects based on their game ids. examples: <pre>_me...") |
(No difference)
|
Latest revision as of 09:43, 27 January 2021
The _menu command is an FE to Game instance command that allows a front-end to render context menus for game objects based on their game ids.
examples:
_menu update 0 0 0 0
pulls the <cmdlist> xml file from the game server which should be cached locally, the zeroes represent the timestamps since last fetched
_menu #<id>
this command generates the relevant short-hand menu for a game obj in a front-end