Difference between revisions of "CBlob::CreateGenericButton"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CButton@ CreateGenericButton( int _frameNum, Vec2f _offset, CBlob@ attached, u8 cmdId, const string &in, CBitStrea...")
 
(No difference)

Latest revision as of 04:46, 8 September 2012



 
CButton@ CreateGenericButton( int _frameNum, Vec2f _offset, CBlob@ attached, u8 cmdId, const string &in, CBitStream@ parameters )
CButton@ CreateGenericButton( int _frameNum, Vec2f _offset, CBlob@ attached, u8 cmdId, const string &in )
CButton@ CreateGenericButton( const string &in iconName, Vec2f _offset, CBlob@ attached, u8 cmdId, const string &in, CBitStream@ parameters )
CButton@ CreateGenericButton( const string &in iconName, Vec2f _offset, CBlob@ attached, u8 cmdId, const string &in )

Object method of: CBlob