Difference between revisions of "CBlob::AttachTo"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool AttachTo(CBlob @blob, const string &in name) </syntaxhighlight> Object method of: CBlob [[Category:Sc...") |
|||
(One intermediate revision by the same user not shown) | |||
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) | ||
+ | bool AttachTo(CBlob @blob, AttachmentPoint @ap) | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 05:45, 8 September 2012
bool AttachTo(CBlob @blob, const string &in name) bool AttachTo(CBlob @blob, int attachment_index) bool AttachTo(CBlob @blob, AttachmentPoint @ap)
Object method of: CBlob