User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:51, 6 September 2012 (diff | hist) . . (+3) . . GetFontHeight
- 21:49, 6 September 2012 (diff | hist) . . (-2) . . CSecurity::ban
- 21:49, 6 September 2012 (diff | hist) . . (+8) . . CSecurity::ban
- 21:49, 6 September 2012 (diff | hist) . . (0) . . m CSecurity::ban (moved BanPlayer to CSecurity::ban)
- 21:49, 6 September 2012 (diff | hist) . . (+28) . . N BanPlayer (moved BanPlayer to CSecurity::ban) (current)
- 14:16, 6 September 2012 (diff | hist) . . (+7) . . Equals
- 20:40, 4 September 2012 (diff | hist) . . (+30) . . Global Functions
- 21:10, 2 September 2012 (diff | hist) . . (-2) . . Global Functions
- 21:06, 2 September 2012 (diff | hist) . . (+204) . . N GetSecurity (Created page with "<onlyinclude> Returns a reference to the CSecurity object. </onlyinclude> <syntaxhighlight lang="cpp"> CSecurity@ getSecurity() </syntaxhighlight> Category:Scripting [[C...") (current)
- 15:36, 2 September 2012 (diff | hist) . . (+42) . . Global Functions
- 15:35, 2 September 2012 (diff | hist) . . (+40) . . Global Functions
- 15:35, 2 September 2012 (diff | hist) . . (+12) . . Object Types (Undo revision 10282 by Shadlington (talk))
- 15:34, 2 September 2012 (diff | hist) . . (+24) . . Object Types
- 14:16, 28 August 2012 (diff | hist) . . (+2) . . SetHelpText (current)
- 14:16, 28 August 2012 (diff | hist) . . (+398) . . N SetHelpText (Created page with "<onlyinclude> Sets the help text to the given string (I think its the text that shows above your head - like 'press E to buy bomb' or whatever) </onlyinclude> This is client onl...")
- 14:15, 28 August 2012 (diff | hist) . . (+157) . . User talk:Shadlington
- 14:03, 28 August 2012 (diff | hist) . . (+413) . . N DrawRulesFont (Created page with "<onlyinclude> Draws the given text with the given colour, position and alignment. </onlyinclude> This is client only - it should be wrapped in "if ( getNet().isClient() )" or be...") (current)
- 14:00, 28 August 2012 (diff | hist) . . (+108) . . GetScreenWidth
- 14:00, 28 August 2012 (diff | hist) . . (+108) . . GetFontHeight
- 14:00, 28 August 2012 (diff | hist) . . (+108) . . IsPlayerListShowing
- 14:00, 28 August 2012 (diff | hist) . . (+108) . . GetScreenHeight
- 13:59, 28 August 2012 (diff | hist) . . (+229) . . N IsPlayerListShowing (Created page with "<onlyinclude> Returns true if the player list/scoreboard is showing, otherwise false. </onlyinclude> <syntaxhighlight lang="cpp"> bool IsPlayerListShowing() </syntaxhighlight> [...")
- 13:58, 28 August 2012 (diff | hist) . . (+194) . . N GetScreenWidth (Created page with "<onlyinclude> Returns the screen width as an integer (s32). </onlyinclude> <syntaxhighlight lang="cpp"> s32 ScreenWidth() </syntaxhighlight> Category:Scripting [[Category:Gl...")
- 13:58, 28 August 2012 (diff | hist) . . (+196) . . N GetScreenHeight (Created page with "<onlyinclude> Returns the screen height as an integer (s32). </onlyinclude> <syntaxhighlight lang="cpp"> s32 ScreenHeight() </syntaxhighlight> Category:Scripting [[Category:...")
- 13:57, 28 August 2012 (diff | hist) . . (+192) . . N GetFontHeight (Created page with "<onlyinclude> Returns the font height as an integer (s32). </onlyinclude> <syntaxhighlight lang="cpp"> s32 FontHeight() </syntaxhighlight> Category:Scripting [[Category:Glob...")
- 12:50, 28 August 2012 (diff | hist) . . (+67) . . User talk:Shadlington
- 12:49, 28 August 2012 (diff | hist) . . (+2) . . GetBlobSize (current)
- 19:22, 27 August 2012 (diff | hist) . . (+55) . . GetPlayerByUsername (current)
- 19:21, 27 August 2012 (diff | hist) . . (+407) . . N GetPlayerByUsername (Created page with "<onlyinclude> Returns a reference to the CPlayer that has the given username, if one currently exists, otherwise it returns null. </onlyinclude> <syntaxhighlight lang="cpp"> ...")
- 19:16, 27 August 2012 (diff | hist) . . (+557) . . N CSecurity::ban (Created page with "<onlyinclude> Bans the given CPlayer for the given length of time, in minutes. </onlyinclude> <syntaxhighlight lang="cpp"> void banPlayer( CPlayer@ player, s32 time_in_minute...")
- 19:09, 27 August 2012 (diff | hist) . . (+17) . . Scripting
- 18:26, 27 August 2012 (diff | hist) . . (+2) . . Global Functions
- 18:26, 27 August 2012 (diff | hist) . . (+90) . . Global Functions
- 14:59, 26 August 2012 (diff | hist) . . (+75) . . Scripting (→Basics)
- 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)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)