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...")
 
Line 10: Line 10:
 
! width="200" | '''Description'''
 
! width="200" | '''Description'''
 
|-  
 
|-  
| [[CreateBlob|CBlob@ CreateBlob( const string &in, const string &in, u16 team, Vec2f Position )]]
+
| [[CreateBlob|CreateBlob]]
| {{:CreateBlob}}
+
|-
+
| [[CreateBlob|CBlob@ CreateBlob( const string &in, const string &in )]]
+
 
| {{:CreateBlob}}
 
| {{:CreateBlob}}
 
|-
 
|-

Revision as of 20:05, 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
CreateBlob

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.