Difference between revisions of "CBlob::ClickGridMenu"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool ClickGridMenu( int button ) </syntaxhighlight> Object method of: CBlob Category:Scripting [[Categ...") |
|||
| Line 6: | Line 6: | ||
bool ClickGridMenu( int button ) | bool ClickGridMenu( int button ) | ||
| + | bool ClickGridMenu( int button, CGridMenu@ &out pMenu, CGridButton@ &out CGridButton ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 04:50, 8 September 2012
bool ClickGridMenu( int button ) bool ClickGridMenu( int button, CGridMenu@ &out pMenu, CGridButton@ &out CGridButton )
Object method of: CBlob