SetMenuSize

Category: Objects / Menu
Since engine version: 1.0 OC

Description

Changes the display size of an object menu so the specified number of menu entries will be displayed per line or column.

Syntax

bool SetMenuSize(int coloumns, int rows);

Parameters

coloumns:
0-50: number of entries to be displayed per line
rows:
0-50: number of entries to be displayed per column
See also: AddMenuItem, CreateMenu, GetMenu, GetMenuSelection
Sven2, 2003-06