Creation/Dev/Script/Client/GuiArrayCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
Pooper200000 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
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 |
Latest revision as of 23:49, 15 February 2010
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