Creation/Dev/Script/Client/GuiArrayCtrl: Difference between revisions

From Graal Bible
mNo edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<pre>
[[Category:Scripting Reference]]
    GuiArrayCtrl (GuiControl):
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
      allowmultipleselections - boolean
 
</pre>
 
=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 00:49, 16 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