User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:57, 26 August 2012 (diff | hist) . . (+92) . . Global Functions
- 14:55, 26 August 2012 (diff | hist) . . (+220) . . Global Functions
- 13:35, 26 August 2012 (diff | hist) . . (-1) . . GetGameTime (current)
- 13:35, 26 August 2012 (diff | hist) . . (+11) . . GetGameTime
- 20:41, 22 August 2012 (diff | hist) . . (+45) . . Object Types
- 20:01, 22 August 2012 (diff | hist) . . (+330) . . N LoadMapCycle (Created page with "<onlyinclude> Loads the given map cycle file. </onlyinclude> <syntaxhighlight lang="cpp"> bool LoadMapCycle( const string &filename ) </syntaxhighlight> Example from Scripts/aut...") (current)
- 20:00, 22 August 2012 (diff | hist) . . (+186) . . N LoadNextMap (Created page with "<onlyinclude> Loads the next map in the map cycle. </onlyinclude> <syntaxhighlight lang="cpp"> bool LoadNextMap() </syntaxhighlight> Category:Scripting [[Category:Global Fun...") (current)
- 19:56, 22 August 2012 (diff | hist) . . (+195) . . N LoadMap (Created page with "<onlyinclude> Loads the given map file. </onlyinclude> <syntaxhighlight lang="cpp"> bool LoadMap( const string &filename ) </syntaxhighlight> Category:Scripting [[Category:G...") (current)
- 19:55, 22 August 2012 (diff | hist) . . (+327) . . N LoadRules (Created page with "<onlyinclude> Loads the given rules config file. </onlyinclude> <syntaxhighlight lang="cpp"> bool LoadRules( const string &filename ) </syntaxhighlight> Example from Scripts/aut...") (current)
- 19:48, 22 August 2012 (diff | hist) . . (+615) . . N GetTicksASecond (Created page with "<onlyinclude> Returns the number of ticks per second. </onlyinclude> This method is part of the Kernel namespace so you need to prefix calls to it with 'Kernel::'. <syntaxhighli...") (current)
- 19:40, 22 August 2012 (diff | hist) . . (+48) . . Global Functions
- 19:40, 22 August 2012 (diff | hist) . . (+639) . . N GetGameTime (Created page with "<onlyinclude> Returns the game time (number of ticks) as an int. </onlyinclude> <syntaxhighlight lang="cpp"> int getGameTime() </syntaxhighlight> Example from Entities/Character...")
- 19:26, 22 August 2012 (diff | hist) . . (+3) . . Global Functions
- 19:25, 22 August 2012 (diff | hist) . . (+386) . . N GetDriver (Created page with "<onlyinclude> Returns a reference to the Driver object. </onlyinclude> <syntaxhighlight lang="cpp"> Driver@ getDriver() </syntaxhighlight> Example from Entities/Characters/S...") (current)
- 19:22, 22 August 2012 (diff | hist) . . (+885) . . N GetControls (Created page with "<onlyinclude> Returns a reference to the CControls object. </onlyinclude> <syntaxhighlight lang="cpp"> CControls@ getControls() </syntaxhighlight> Example from Entities/Work...") (current)
- 19:19, 22 August 2012 (diff | hist) . . (+387) . . GetCamera (current)
- 19:18, 22 August 2012 (diff | hist) . . (+198) . . N GetCamera (Created page with "<onlyinclude> Returns a reference to the CCamera object. </onlyinclude> <syntaxhighlight lang="cpp"> CCamera@ getCamera() </syntaxhighlight> Category:Scripting [[Categor...")
- 19:12, 22 August 2012 (diff | hist) . . (+189) . . N GetNet (Created page with "<onlyinclude> Returns a reference to the CNet object. </onlyinclude> <syntaxhighlight lang="cpp"> CNet@ getNet() </syntaxhighlight> Category:Scripting [[Category:Global ...") (current)
- 19:08, 22 August 2012 (diff | hist) . . (+3) . . GetHUD (current)
- 19:08, 22 August 2012 (diff | hist) . . (+463) . . N GetHUD (Created page with "<onlyinclude> Returns a reference to the CHUD object. </onlyinclude> <syntaxhighlight lang="cpp"> CHUD@ getHUD() </syntaxhighlight> Example from Entities/Characters/Scripts/...")
- 19:05, 22 August 2012 (diff | hist) . . (+201) . . N GetRespawn (Created page with "<onlyinclude> Returns a reference to the CRespawn object. </onlyinclude> <syntaxhighlight lang="cpp"> CRespawn@ getRespawn() </syntaxhighlight> Category:Scripting [[Cate...") (current)
- 18:50, 22 August 2012 (diff | hist) . . (+4) . . GetRules (current)
- 18:49, 22 August 2012 (diff | hist) . . (+191) . . N GetRules (Created page with "<onlyinclude> Returns a reference to the CRules object. </onlyinclude> <syntaxhighlight lang="cpp"> CMap@ getMap() </syntaxhighlight> Category:Scripting [[Category:Globa...")
- 18:47, 22 August 2012 (diff | hist) . . (+502) . . N GetMap (Created page with "<onlyinclude> Returns a reference to the CMap object. </onlyinclude> <syntaxhighlight lang="cpp"> CMap@ getMap() </syntaxhighlight> Example from Entities/Characters/Scripts/...") (current)
- 18:41, 22 August 2012 (diff | hist) . . (+233) . . N Error (Created page with "<onlyinclude> Prints an error with the given text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void error(const string &text) </syntaxhighlight...") (current)
- 18:41, 22 August 2012 (diff | hist) . . (+236) . . N Warning (Created page with "<onlyinclude> Prints a warning with the given text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void warning(const string &text) </syntaxhighli...") (current)
- 18:39, 22 August 2012 (diff | hist) . . (-26) . . Global Functions
- 18:38, 22 August 2012 (diff | hist) . . (+4) . . PrintVec2f (current)
- 18:37, 22 August 2012 (diff | hist) . . (+276) . . N PrintPos (Created page with "<onlyinclude> Prints the given position2d with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printPos(const strin...") (current)
- 18:37, 22 August 2012 (diff | hist) . . (-50) . . Global Functions
- 18: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)
- 18: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...")
- 18: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)
- 18: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)
- 18:33, 22 August 2012 (diff | hist) . . (+35) . . PrintInt (current)
- 18: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...")
- 18:28, 22 August 2012 (diff | hist) . . (-30) . . Global Functions
- 18: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)
- 18: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)
- 18: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)
- 18: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)
- 18: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)
- 18: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...")
- 17:59, 22 August 2012 (diff | hist) . . (+94) . . Random
- 17: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...")
- 17:41, 22 August 2012 (diff | hist) . . (-116) . . Global Functions
- 17:36, 22 August 2012 (diff | hist) . . (0) . . Roundf
- 17: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...")
- 17: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...")
- 17: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 (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)