Difference between revisions of "Global Functions"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Something here about the general concept of global functions. </onlyinclude> Then a big ol' list of the functions, linking to their own articles. {| class="wikita...")
(No difference)

Revision as of 19:54, 12 August 2012

Something here about the general concept of global functions.


Then a big ol' list of the functions, linking to their own articles.

Function Description
CBlob@ CreateBlob( const string &in, const string &in, u16 team, Vec2f Position )

Creates a CBlob with the given factory and the given path to a config file defining the CBlob.

Returns a reference to the created CBlob.

CBlob@ CreateBlob( const string &in, const string &in )

Creates a CBlob with the given factory and the given path to a config file defining the CBlob.

Returns a reference to the created CBlob.