Creation/Dev/Script/Client/GuiArrayCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | |||
=Variables= | |||
allowmultipleselections - boolean | |||
=Events= | |||
onSelect(column,row) - a cell has been selected | |||
onOpenMenu(column,row,mousescreenx,mousescreeny) - the right mouse button has been pressed while the mouse was over a cell |
Revision as of 14:12, 25 February 2006
Inherits GuiControl.
Variables
allowmultipleselections - boolean
Events
onSelect(column,row) - a cell has been selected
onOpenMenu(column,row,mousescreenx,mousescreeny) - the right mouse button has been pressed while the mouse was over a cell