FormatInt

From King Arthur's Gold Wiki
Revision as of 19:14, 22 August 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns a formatted string representation of the given int.


See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/manual/doc_datatypes_strings.html

string formatInt(int64 val, const string &options, uint width = 0)