User contributions

Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 19:36, 22 August 2012 (diff | hist) . . (+260). . N PrintBool(Created page with "<onlyinclude> Prints the given bool with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printBool(const string &prefix...") (current)
  • 19:35, 22 August 2012 (diff | hist) . . (+263). . N PrintVec2f(Created page with "<onlyinclude> Prints the given Vec2f with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printVec2f(const string &pref...")
  • 19:35, 22 August 2012 (diff | hist) . . (+275). . N PrintString(Created page with "<onlyinclude> Prints the given string with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printString(const string &pr...") (current)
  • 19:34, 22 August 2012 (diff | hist) . . (+261). . N PrintFloat(Created page with "<onlyinclude> Prints the given float with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printFloat(const string &pref...") (current)
  • 19:33, 22 August 2012 (diff | hist) . . (+35). . PrintInt(current)
  • 19:32, 22 August 2012 (diff | hist) . . (+226). . N PrintInt(Created page with "<onlyinclude> Prints the given integer with the given prefix text. </onlyinclude> <syntaxhighlight lang="cpp"> void printInt(const string &prefix, int i) </syntaxhighlight> [[Ca...")
  • 19:28, 22 August 2012 (diff | hist) . . (-30). . Global Functions
  • 19:26, 22 August 2012 (diff | hist) . . (+219). . N Print(Created page with "<onlyinclude> Prints the given text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void print(const string &text) </syntaxhighlight> [[Category:...") (current)
  • 19:18, 22 August 2012 (diff | hist) . . (+371). . N ParseFloat(Created page with "<onlyinclude> Returns a double from the given string representation of an float. </onlyinclude> See the following page for details: http://www.angelcode.com/angelscript/sdk/docs...") (current)
  • 19:17, 22 August 2012 (diff | hist) . . (+384). . N ParseInt(Created page with "<onlyinclude> Returns an int from the given string representation of an int. </onlyinclude> See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/man...") (current)
  • 19:14, 22 August 2012 (diff | hist) . . (+399). . N FormatFloat(Created page with "<onlyinclude> Returns a formatted string representation of the given float. </onlyinclude> See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/manu...") (current)
  • 19:14, 22 August 2012 (diff | hist) . . (+374). . N FormatInt(Created page with "<onlyinclude> Returns a formatted string representation of the given int. </onlyinclude> See the following page for details: http://www.angelcode.com/angelscript/sdk/docs/manual...") (current)
  • 19:00, 22 August 2012 (diff | hist) . . (+288). . N FastRandom(Created page with "<onlyinclude> Returns a seemingly-random (much less random than Random, though it is faster) int in the range 0 to the given max int. </onlyinclude> <syntaxhighlight lang="cp...")
  • 18:59, 22 August 2012 (diff | hist) . . (+94). . Random
  • 18:46, 22 August 2012 (diff | hist) . . (+215). . N Random(Created page with "<onlyinclude> Returns a pseudo-random int in the range 0 to the given max int. </onlyinclude> <syntaxhighlight lang="cpp"> int Random(int max) </syntaxhighlight> [[Category:Scri...")
  • 18:41, 22 August 2012 (diff | hist) . . (-116). . Global Functions
  • 18:36, 22 August 2012 (diff | hist) . . (0). . Roundf
  • 18:36, 22 August 2012 (diff | hist) . . (+212). . N Round(Created page with "<onlyinclude> Rounds the given float to the nearest whole number, as an int. </onlyinclude> <syntaxhighlight lang="cpp"> int Round(float x) </syntaxhighlight> [[Category:Scripti...")
  • 18:35, 22 August 2012 (diff | hist) . . (+216). . N Roundf(Created page with "<onlyinclude> Rounds the given float to the nearest whole number, as a float. </onlyinclude> <syntaxhighlight lang="cpp"> float Roundf(float a) </syntaxhighlight> [[Category:Scr...")
  • 18:16, 22 August 2012 (diff | hist) . . (+271). . N FMod(Created page with "<onlyinclude> Returns the floating-point remainder of the given numerator divided by the given denominator. </onlyinclude> <syntaxhighlight lang="cpp"> float FMod(float numerator...")

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)