Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetMenuSelection
Category:
Objects / Menu
Since engine version:
4.9.1.0 GWE
Description
Determines the currently selected menu entry of the currently open menu of an object.
Syntax
int
GetMenuSelection (
object
pObj);
Parameter
pObj:
Object of which to access the menu. Can be 0 in local calls.
Example
Log
(
"Aktuelle Auswahl: Punkt %d..."
, GetMenuSelection(
GetCursor
(0));
Writes to the log which menu entry the player has currently selected.
See also:
CreateMenu
,
SetMenuDecoration
,
SetMenuTextProgress
Sven2, November 2001
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script