Difference between revisions of "Global Functions"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
Shadlington (Talk | contribs) |
||
Line 10: | Line 10: | ||
! '''Description''' | ! '''Description''' | ||
|- | |- | ||
− | ! | + | ! |
+ | ! '''Misc''' | ||
|- | |- | ||
| [[AddIconMarker]] | | [[AddIconMarker]] | ||
Line 18: | Line 19: | ||
| {{:AddColorMarker}} | | {{:AddColorMarker}} | ||
|- | |- | ||
− | ! Stuff | + | ! |
+ | ! '''Stuff''' | ||
|- | |- | ||
| [[CreateBlob]] | | [[CreateBlob]] |
Revision as of 19:15, 13 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 |
---|---|
Misc | |
AddIconMarker |
This defines a token (e.g. $EmptyShop$) for icon replacement in menus and suchlike. |
AddColorMarker |
This defines a token (e.g. $RED$) for colouring text in menus and suchlike. |
Stuff | |
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. |