Difference between revisions of "MakeCoin"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Creates a coin with a given position on-screen, velocity and a style(???). </onlyinclude> <syntaxhighlight lang="cpp">void MakeCoin( Vec2f pos, Vec2f vel, int style...")
(No difference)

Revision as of 16:12, 17 August 2012

Creates a coin with a given position on-screen, velocity and a style(???).

void MakeCoin( Vec2f pos, Vec2f vel, int style )