Difference between revisions of "CBlob::AttachTo"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool AttachTo(CBlob @blob, const string &in name) </syntaxhighlight> Object method of: CBlob [[Category:Sc...")
 
Line 6: Line 6:
 
   
 
   
 
bool AttachTo(CBlob @blob, const string &in name)
 
bool AttachTo(CBlob @blob, const string &in name)
 +
bool AttachTo(CBlob @blob, int attachment_index)
 
   
 
   
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 06:44, 8 September 2012



 
bool AttachTo(CBlob @blob, const string &in name)
bool AttachTo(CBlob @blob, int attachment_index)

Object method of: CBlob