object - objectX - mission



int Combo1(int nSelItem)
int Combo2(int nSelItem)
int Combo3(int nSelItem)
int Combo4(int nSelItem)
int Combo5(int nSelItem)
int Combo6(int nSelItem)

Scope: public

Parameters
nSelItem - 0 based index of selected item

Return values
none

Description
Commands Combo1-6 are called whenever user changes selections in comboboxes which appear on the create game dialog. Typicaly this commands are conected to enums specifing combobox contens.

See also