Difference between revisions of "CGridMenu::AddItemButton"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId ) CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId, CBitStream...") |
|||
| Line 5: | Line 5: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
| − | + | CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId ) | |
CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId, CBitStream@ parameters ) | CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId, CBitStream@ parameters ) | ||
Latest revision as of 03:41, 9 September 2012
CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId ) CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId, CBitStream@ parameters )
Object method of: CGridMenu