Difference between revisions of "CSprite::getSpriteLayer"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> int getSpriteLayerCount() </syntaxhighlight> <syntaxhighlight lang="cpp"> CSpriteLayer@ getSpriteLayer(int index)...") |
|||
Line 3: | Line 3: | ||
</onlyinclude> | </onlyinclude> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 12:28, 10 September 2012
CSpriteLayer@ getSpriteLayer(int index)
CSpriteLayer@ getSpriteLayer(const string &in name)
Object method of: CSprite