Menu

The official GemStone IV encyclopedia.
Revision as of 10:43, 27 January 2021 by CLOS (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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