Difference between revisions of "CSprite::getSpriteLayer"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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">
 
 
int getSpriteLayerCount()
 
 
</syntaxhighlight>
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
  

Latest revision as of 13:28, 10 September 2012



CSpriteLayer@ getSpriteLayer(int index)
CSpriteLayer@ getSpriteLayer(const string &in name)

Object method of: CSprite