Difference between revisions of "CSprite::SetAnimation"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetAnimation(Animation@ anim) </syntaxhighlight> Object method of: CSprite Category:Scripting [[C...") |
|||
Line 6: | Line 6: | ||
void SetAnimation(Animation@ anim) | void SetAnimation(Animation@ anim) | ||
+ | |||
+ | </syntaxhighlight> | ||
+ | <syntaxhighlight lang="cpp"> | ||
+ | |||
+ | void SetAnimation(const string &in) | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 12:36, 10 September 2012
void SetAnimation(Animation@ anim)
void SetAnimation(const string &in)
Object method of: CSprite