Difference between revisions of "CAttachment::getAttachmentPoint"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> AttachmentPoint@ getAttachmentPoint(const string &in) </syntaxhighlight> Object method of: CAttachment [[C...")
 
 
Line 6: Line 6:
 
   
 
   
 
AttachmentPoint@ getAttachmentPoint(const string &in)
 
AttachmentPoint@ getAttachmentPoint(const string &in)
 +
AttachmentPoint@ getAttachmentPoint(const string &in, bool socket)
 +
AttachmentPoint@ getAttachmentPoint(const string &in, bool socket, bool occupied)
 
   
 
   
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 04:04, 8 September 2012



 
AttachmentPoint@ getAttachmentPoint(const string &in)
AttachmentPoint@ getAttachmentPoint(const string &in, bool socket)
AttachmentPoint@ getAttachmentPoint(const string &in, bool socket, bool occupied)

Object method of: CAttachment