User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:17, 22 August 2012 (diff | hist) . . (+206) . . N Tan (Created page with "<onlyinclude> Returns the tangent of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float Tan(float radians) </syntaxhighlight> Category:Scripting [...")
- 16:17, 22 August 2012 (diff | hist) . . (+203) . . N Sin (Created page with "<onlyinclude> Returns the sine of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float Sin(float radians) </syntaxhighlight> Category:Scripting [[Ca...")
- 16:17, 22 August 2012 (diff | hist) . . (0) . . Cos
- 16:14, 22 August 2012 (diff | hist) . . (+34) . . Cos
- 16:12, 22 August 2012 (diff | hist) . . (0) . . Cos
- 16:12, 22 August 2012 (diff | hist) . . (+171) . . N Cos (Created page with "<onlyinclude> Maths function - cos. </onlyinclude> <syntaxhighlight lang="cpp"> float Cos(float v) </syntaxhighlight> Category:Scripting Category:Global Functions")
- 16:09, 22 August 2012 (diff | hist) . . (+1) . . LoadSkin
- 16:09, 22 August 2012 (diff | hist) . . (+1) . . DrawPane
- 16:09, 22 August 2012 (diff | hist) . . (+1) . . DrawSunkenPane
- 16:09, 22 August 2012 (diff | hist) . . (+1) . . DrawWindow
- 16:08, 22 August 2012 (diff | hist) . . (-2) . . DrawFramedPane
- 16:08, 22 August 2012 (diff | hist) . . (+1) . . DrawButton
- 16:08, 22 August 2012 (diff | hist) . . (+1) . . DrawButtonPressed
- 16:08, 22 August 2012 (diff | hist) . . (+3) . . DrawButtonHover
- 16:08, 22 August 2012 (diff | hist) . . (+3) . . DrawRectangle
- 16:08, 22 August 2012 (diff | hist) . . (+3) . . DrawProgressBar
- 16:08, 22 August 2012 (diff | hist) . . (+3) . . DrawIconByName
- 16:07, 22 August 2012 (diff | hist) . . (-2) . . DrawButtonHover
- 16:07, 22 August 2012 (diff | hist) . . (-2) . . DrawRectangle
- 16:07, 22 August 2012 (diff | hist) . . (-2) . . DrawProgressBar
- 16:07, 22 August 2012 (diff | hist) . . (-2) . . DrawText
- 16:07, 22 August 2012 (diff | hist) . . (-2) . . DrawIcon
- 16:07, 22 August 2012 (diff | hist) . . (-2) . . DrawIconByName
- 16:06, 22 August 2012 (diff | hist) . . (+3) . . DrawIcon
- 16:06, 22 August 2012 (diff | hist) . . (+3) . . DrawText
- 16:06, 22 August 2012 (diff | hist) . . (+3) . . DrawFramedPane
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . LoadSkin
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawPane
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawSunkenPane
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawWindow
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawFramedPane
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawButton
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawButtonPressed
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawButtonHover
- 16:05, 22 August 2012 (diff | hist) . . (+127) . . DrawRectangle
- 16:05, 22 August 2012 (diff | hist) . . (+128) . . DrawProgressBar
- 16:04, 22 August 2012 (diff | hist) . . (+127) . . DrawIconByName
- 16:04, 22 August 2012 (diff | hist) . . (+127) . . DrawIcon
- 16:04, 22 August 2012 (diff | hist) . . (+1) . . DrawText
- 16:04, 22 August 2012 (diff | hist) . . (+126) . . DrawText
- 15:59, 22 August 2012 (diff | hist) . . (-85) . . User talk:Shadlington
- 13:26, 22 August 2012 (diff | hist) . . (+375) . . User talk:Shadlington
- 21:27, 21 August 2012 (diff | hist) . . (+339) . . N DrawText (Created page with "<onlyinclude> Draws some text. </onlyinclude> This method has two variants. <syntaxhighlight lang="cpp"> void DrawText( const string &text, recti rect, SColor color, bool HorCen...")
- 21:26, 21 August 2012 (diff | hist) . . (+528) . . N DrawIconByName (Created page with "<onlyinclude> Draws an icon added by AddIconToken using its token name. </onlyinclude> This method has two variants. They both specify the token name as a string and the pos...")
- 21:25, 21 August 2012 (diff | hist) . . (+4) . . Object Types
- 21:17, 21 August 2012 (diff | hist) . . (+440) . . N DrawRectangle (Created page with "<onlyinclude> Draws a rectangle with a shape specified by the given rect. </onlyinclude> This method has two variants. They both specify the shape with a rect, but one a...")
- 21:16, 21 August 2012 (diff | hist) . . (+249) . . N DrawButtonHover (Created page with "<onlyinclude> Draws a hover-highlighted button with a shape specified by the given rect. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawButtonHover(const recti &rect) <...")
- 21:16, 21 August 2012 (diff | hist) . . (+241) . . N DrawButtonPressed (Created page with "<onlyinclude> Draws a pressed button with a shape specified by the given rect. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawButtonPressed(const recti &rect) </syntaxh...")
- 21:15, 21 August 2012 (diff | hist) . . (+226) . . N DrawButton (Created page with "<onlyinclude> Draws a button with a shape specified by the given rect. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawButton(const recti &rect) </syntaxhighlight> [[Ca...")
- 21:14, 21 August 2012 (diff | hist) . . (+235) . . N DrawFramedPane (Created page with "<onlyinclude> Draws a framed pane with a shape specified by the given rect. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawFramedPane(const recti &rect) </syntaxhighlig...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)