User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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...")
- 17:11, 22 August 2012 (diff | hist) . . (+280) . . N Abs (Created page with "<onlyinclude> Returns the absolute value of the given number. </onlyinclude> This method has two variants - one for ints, the other for floats. <syntaxhighlight lang="cpp"> int ...")
- 16:58, 22 August 2012 (diff | hist) . . (+293) . . N Max (Created page with "<onlyinclude> Returns the larger of the two given numbers. </onlyinclude> This method has two variants - one for ints, the other for floats. <syntaxhighlight lang="cpp"> float M...")
- 16:58, 22 August 2012 (diff | hist) . . (+294) . . N Min (Created page with "<onlyinclude> Returns the smaller of the two given numbers. </onlyinclude> This method has two variants - one for ints, the other for floats. <syntaxhighlight lang="cpp"> float ...")
- 16:56, 22 August 2012 (diff | hist) . . (+225) . . N Equals (Created page with "<onlyinclude> Returns true if the two given floats are equal, otherwise false. </onlyinclude> <syntaxhighlight lang="cpp"> bool Equals(float a, float b) </syntaxhighlight> [[Cat...")
- 16:52, 22 August 2012 (diff | hist) . . (+226) . . N Ceil (Created page with "<onlyinclude> Returns the smallest integral value that is not less than the given number. </onlyinclude> <syntaxhighlight lang="cpp"> float Ceil(float x) </syntaxhighlight> [[Ca...")
- 16:49, 22 August 2012 (diff | hist) . . (+229) . . N Floor (Created page with "<onlyinclude> Returns the largest integral value that is not greater than the given number. </onlyinclude> <syntaxhighlight lang="cpp"> float Floor(float x) </syntaxhighlight> [...")
- 16:46, 22 August 2012 (diff | hist) . . (+232) . . N IsValid (Created page with "<onlyinclude> Returns true if the given float is a valid number (not NaN or infinity) or not. </onlyinclude> <syntaxhighlight lang="cpp"> bool isValid(float x) </syntaxhighlight>...")
- 16:43, 22 August 2012 (diff | hist) . . (+191) . . N InvSqrt (Created page with "<onlyinclude> Returns the inverse square root of x. </onlyinclude> <syntaxhighlight lang="cpp"> float InvSqrt(float x) </syntaxhighlight> Category:Scripting [[Category:Globa...")
- 16:38, 22 August 2012 (diff | hist) . . (+180) . . N Sqrt (Created page with "<onlyinclude> Returns the square root of x. </onlyinclude> <syntaxhighlight lang="cpp"> float Sqrt(float x) </syntaxhighlight> Category:Scripting Category:Global Functions")
- 16:34, 22 August 2012 (diff | hist) . . (-34) . . Global Functions
- 16:32, 22 August 2012 (diff | hist) . . (+347) . . N Pow (Created page with "<onlyinclude> Returns base raised to the power exponent. </onlyinclude> This method has 3 variants, for different argument types. <syntaxhighlight lang="cpp"> float Pow(float ba...")
- 16:19, 22 August 2012 (diff | hist) . . (+211) . . N ATan (Created page with "<onlyinclude> Returns the arc tangent of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float ATan(float radians) </syntaxhighlight> [[Category:Scriptin...")
- 16:19, 22 August 2012 (diff | hist) . . (+208) . . N ASin (Created page with "<onlyinclude> Returns the arc sine of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float ASin(float radians) </syntaxhighlight> Category:Scripting...")
- 16:19, 22 August 2012 (diff | hist) . . (+210) . . N ACos (Created page with "<onlyinclude> Returns the arc cosine of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float ACos(float radians) </syntaxhighlight> [[Category:Scripting...")
- 16:18, 22 August 2012 (diff | hist) . . (+238) . . N FastSin (Created page with "<onlyinclude> Returns the sine of the given angle in radians. Faster, less reliable version. </onlyinclude> <syntaxhighlight lang="cpp"> float FastSin(float radians) </syntaxhigh...")
- 16:18, 22 August 2012 (diff | hist) . . (+240) . . N FastCos (Created page with "<onlyinclude> Returns the cosine of the given angle in radians. Faster, less reliable version. </onlyinclude> <syntaxhighlight lang="cpp"> float FastCos(float radians) </syntaxhi...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)