User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:14, 21 August 2012 (diff | hist) . . (+226) . . N DrawWindow (Created page with "<onlyinclude> Draws a window with a shape specified by the given rect. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawWindow(const recti &rect) </syntaxhighlight> [[Ca...")
- 21:13, 21 August 2012 (diff | hist) . . (+371) . . N LoadSkin (Created page with "<onlyinclude> Loads a skin config file. See GUI/guiSkin.cfg for example file. </onlyinclude> <syntaxhighlight lang="cpp"> bool LoadSkin(const string &config) </syntaxhighlight> ...")
- 21:12, 21 August 2012 (diff | hist) . . (+20) . . DrawIcon
- 21:12, 21 August 2012 (diff | hist) . . (+45) . . DrawPane
- 21:11, 21 August 2012 (diff | hist) . . (+64) . . DrawProgressBar
- 21:11, 21 August 2012 (diff | hist) . . (+45) . . DrawSunkenPane
- 21:10, 21 August 2012 (diff | hist) . . (0) . . DrawIcon
- 21:10, 21 August 2012 (diff | hist) . . (+1,669) . . N DrawIcon (Created page with "<onlyinclude> Draws an icon. </onlyinclude> There are 4 variants of this method. <syntaxhighlight lang="cpp"> void DrawIcon( const string &textureFilename, int iconFrame, dimens...")
- 21:07, 21 August 2012 (diff | hist) . . (+1,325) . . N DrawProgressBar (Created page with "<onlyinclude> Draws a progress bar. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawProgressBar(const recti &rect, f32 percent) </syntaxhighlight> Example from Entities/Wor...")
- 21:06, 21 August 2012 (diff | hist) . . (+177) . . N DrawPane (Created page with "<onlyinclude> Draws a pane. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawPane(const recti &rect) </syntaxhighlight> Category:Scripting Category:Global Functions")
- 21:06, 21 August 2012 (diff | hist) . . (+1,310) . . N DrawSunkenPane (Created page with "<onlyinclude> Draws a sunken pane. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawSunkenPane(const recti &rect) </syntaxhighlight> Example from Entities/Workshops/Scripts/...")
- 20:10, 20 August 2012 (diff | hist) . . (0) . . GetBlobsByNameListBlob (current)
- 20:10, 20 August 2012 (diff | hist) . . (+1,017) . . N GetBlobsByNameListSize (Created page with "<onlyinclude> Returns the number of CBlobs in the 'Blobs By Name List'. </onlyinclude> Make sure you call populateBlobsByNameList before using this function, to ensure t...") (current)
- 20:08, 20 August 2012 (diff | hist) . . (+1,170) . . N GetBlobsByNameListBlob (Created page with "<onlyinclude> Returns a reference to a CBlob from the 'Blobs By Name List' with the given index in the list. </onlyinclude> Make sure you call populateBlobsByNameList be...")
- 20:04, 20 August 2012 (diff | hist) . . (+978) . . N PopulateBlobsByNameList (Created page with "<onlyinclude> Populates the 'Blobs By Name List' with all of the CBlobs that currently exist with the given name. </onlyinclude> When you use this function, a list will have...") (current)
- 16:07, 20 August 2012 (diff | hist) . . (-87) . . User talk:Shadlington
- 16:06, 20 August 2012 (diff | hist) . . (+34) . . Global Functions
- 14:03, 20 August 2012 (diff | hist) . . (-3) . . AddColorMarker (current)
- 14:03, 20 August 2012 (diff | hist) . . (-5) . . AddIconToken (current)
- 14:02, 20 August 2012 (diff | hist) . . (0) . . m AddIconToken (moved AddIconMarker to AddIconToken)
- 14:02, 20 August 2012 (diff | hist) . . (+26) . . N AddIconMarker (moved AddIconMarker to AddIconToken) (current)
- 21:30, 19 August 2012 (diff | hist) . . (-1) . . CInventory
- 21:30, 19 August 2012 (diff | hist) . . (+2) . . CInventory
- 21:19, 19 August 2012 (diff | hist) . . (+12) . . User talk:Shadlington
- 21:19, 19 August 2012 (diff | hist) . . (-1) . . CInventory::MoveInventoryTo (current)
- 21:19, 19 August 2012 (diff | hist) . . (+372) . . N CInventory::MoveInventoryTo (Created page with "<onlyinclude> Removes all of the CBlobs in this inventory and puts them in the given other inventory. Returns true if all CBlobss were moved successfully, otherwise fals...")
- 21:17, 19 August 2012 (diff | hist) . . (+26) . . User talk:Shadlington
- 21:16, 19 August 2012 (diff | hist) . . (+5) . . CInventory::TakeRequirements (current)
- 21:16, 19 August 2012 (diff | hist) . . (+1,281) . . N CInventory::TakeRequirements (Created page with "<onlyinclude> Removes the requirements specified in the given CBitStream this inventory. </onlyinclude> This essentially calls TakeRequirementsCombined just for this inv...")
- 21:11, 19 August 2012 (diff | hist) . . (-1) . . CInventory::hasRequirements (current)
- 21:11, 19 August 2012 (diff | hist) . . (-926) . . CInventory::hasRequirements
- 21:07, 19 August 2012 (diff | hist) . . (+13) . . HasRequirements (current)
- 21:07, 19 August 2012 (diff | hist) . . (-12) . . HasRequirements
- 21:05, 19 August 2012 (diff | hist) . . (+14) . . GetBlobSize
- 21:04, 19 August 2012 (diff | hist) . . (+15) . . User talk:Shadlington
- 21:04, 19 August 2012 (diff | hist) . . (+14) . . GetPlayingBlobsSize (current)
- 21:04, 19 August 2012 (diff | hist) . . (+27) . . User talk:Shadlington
- 21:03, 19 August 2012 (diff | hist) . . (-1) . . GetBlobByName (current)
- 21:03, 19 August 2012 (diff | hist) . . (+22) . . User talk:Shadlington
- 21:03, 19 August 2012 (diff | hist) . . (+1) . . GetBlobByName
- 21:03, 19 August 2012 (diff | hist) . . (+1) . . GetBlobByNetworkId (current)
- 21:03, 19 August 2012 (diff | hist) . . (+21) . . User talk:Shadlington
- 21:03, 19 August 2012 (diff | hist) . . (+15) . . GetPlayingBlob (current)
- 21:02, 19 August 2012 (diff | hist) . . (+47) . . User talk:Shadlington
- 21:01, 19 August 2012 (diff | hist) . . (+14) . . Play
- 21:00, 19 August 2012 (diff | hist) . . (+2,245) . . N CInventory::hasRequirements (Created page with "<onlyinclude> Checks 1 or 2 inventories to see if they have the given requirements, and writes any missing requirements into a given CBitStream. Returns true if the requirem...")
- 20:58, 19 August 2012 (diff | hist) . . (+771) . . N CInventory::isInInventory (Created page with "<onlyinclude> Checks if the given CBlob exists in this inventory, either by CBlob reference or by name. </onlyinclude> This method has two variants. The first variant c...") (current)
- 20:55, 19 August 2012 (diff | hist) . . (+28) . . User talk:Shadlington
- 20:52, 19 August 2012 (diff | hist) . . (-12) . . CInventory::getItemsCount (current)
- 20:50, 19 August 2012 (diff | hist) . . (+30) . . User talk:Shadlington
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)