Difference between revisions of "CBlob::AttachTo"
From King Arthur's Gold Wiki
Line 7: | Line 7: | ||
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, 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