User contributions for Talidan
Jump to navigation
Jump to search
22 October 2007
- 12:1112:11, 22 October 2007 diff hist +33 m OnClientClick No edit summary
- 12:0912:09, 22 October 2007 diff hist +3 m GuiCreateButton No edit summary
- 12:0912:09, 22 October 2007 diff hist +3 m GuiCreateEdit No edit summary
- 12:0812:08, 22 October 2007 diff hist +2,072 OnClientClick No edit summary
- 12:0612:06, 22 October 2007 diff hist +3 m GuiEditSetMaxLength No edit summary
- 12:0512:05, 22 October 2007 diff hist +2 m GuiEditSetMasked No edit summary
- 12:0512:05, 22 October 2007 diff hist +3 m GuiEditSetCaratIndex No edit summary
- 12:0412:04, 22 October 2007 diff hist −565 m GuiGridListGetItemText No edit summary
- 12:0012:00, 22 October 2007 diff hist −152 m GuiGridListGetSelectedItem No edit summary
- 12:0012:00, 22 October 2007 diff hist +3 m GuiDeleteTab No edit summary
20 October 2007
- 23:0523:05, 20 October 2007 diff hist +3 m DestroyElement No edit summary
- 12:0812:08, 20 October 2007 diff hist +7 Gettok No edit summary
- 12:0712:07, 20 October 2007 diff hist +15 Split No edit summary
- 12:0612:06, 20 October 2007 diff hist +4,281 N ASCII New page: {| class="wikitable" style="text-align: center; float:left;" |- !Dec !! Glyph |- |style="background:#CCFFFF;"| 32 || Space |- |style="background:#CCFFFF;"| 33 || ! |- |style="background:#C...
- 11:5811:58, 20 October 2007 diff hist +10 Split No edit summary
19 October 2007
- 23:1223:12, 19 October 2007 diff hist +20 Template:Resource functions No edit summary
- 23:1123:11, 19 October 2007 diff hist −155 m XmlCreateSubNode No edit summary
- 23:1123:11, 19 October 2007 diff hist +488 N CreateResource New page: __NOTOC__ {{Server function}} This function creates an emptty resource. ==Syntax== <syntaxhighlight lang="lua"> resource createResource ( string resourceName ) </syntaxhighlight> ===Required Arguments=== *'''r...
- 20:4920:49, 19 October 2007 diff hist +50 m Resource:Spawnmanager/spawnPlayerAtSpawnpoint No edit summary
- 19:5919:59, 19 October 2007 diff hist +721 N Resource:Spawnmanager/setSpawnWave New page: __NOTOC__ {{Server function}} This function sets the spawn wave time. This can be used in conjunction with spawnPlayerAtSpawnpoint to spawn player...
- 19:5519:55, 19 October 2007 diff hist −2 m Resource:Spawnmanager No edit summary
- 19:4719:47, 19 October 2007 diff hist +26 m Resource:Spawnmanager/onSpawnpointUse No edit summary
- 19:4719:47, 19 October 2007 diff hist +17 m Resource:Spawnmanager/onSpawnpointUse No edit summary
- 19:4619:46, 19 October 2007 diff hist +647 N Resource:Spawnmanager/onSpawnpointUse New page: __NOTOC__ This event is triggered when a player spawns at a spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> void onSpawnpointUse ( player player ) </syntaxhighlight> ==Variables== * The source of this...
- 19:3919:39, 19 October 2007 diff hist +1,201 N Resource:Spawnmanager/spawnPlayerAtSpawnpoint New page: __NOTOC__ {{Server function}} This function spawns the player at a spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> bool spawnPlayerAtSpawnpoint ( player thePlayer, [spawnpoint theSpawnpoint = random...
- 19:3619:36, 19 October 2007 diff hist +931 N Resource:Spawnmanager/setSpawnpointTeam New page: __NOTOC__ {{Server function}} This function sets the team that players will be added to when they spawn at the specified spawnpoint. Please note that although players will be removed from ...
- 19:3419:34, 19 October 2007 diff hist +920 N Resource:Spawnmanager/setSpawnpointSkin New page: __NOTOC__ {{Server function}} This function sets the skin that players will spawn with when they spawn at the specified spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> bool setSpawnpointSkin ( spaw...
- 19:3319:33, 19 October 2007 diff hist +1,109 N Resource:Spawnmanager/setSpawnpointRotation New page: __NOTOC__ {{Server function}} This function sets the starting Z rotation for the specified spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> bool setSpawnpointRotation ( spawnpoint theSpawnpoint, flo...
- 19:3219:32, 19 October 2007 diff hist +1,084 N Resource:Spawnmanager/getSpawnpointTeam New page: {{Server function}} __NOTOC__ This function returns the team element from a particular spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> team getSpawnpointTeam ( spawnpoint spawn ) ...
- 19:3019:30, 19 October 2007 diff hist −39 Resource:Spawnmanager/getSpawnpointRotation No edit summary
- 19:2919:29, 19 October 2007 diff hist +156 m Resource:Spawnmanager/createSpawnpoint No edit summary
- 19:2719:27, 19 October 2007 diff hist +20 m Resource:Spawnmanager/getSpawnpointSkin No edit summary
- 19:2719:27, 19 October 2007 diff hist +1,007 N Resource:Spawnmanager/getSpawnpointSkin New page: __NOTOC__ This function returns the ID of the current skin from a particular spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> int getSpawnpointSkin ( spawnpoint spawn ) </syntaxhighlight> ==...
- 19:2519:25, 19 October 2007 diff hist +1,078 N Resource:Spawnmanager/getSpawnpointRotation New page: __NOTOC__ {{Server function}} This function returns the current rotation of the specified spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> float getSpawnpointRotation ( spawnpoint theSpawn ) ...
- 19:2319:23, 19 October 2007 diff hist +1,492 N Resource:Spawnmanager/createSpawnpoint New page: __NOTOC__ {{Server function}} This function creates a spawnpoint. ==Syntax== <syntaxhighlight lang="lua"> spawnpoint createSpawnpoint ( float x, float y, float z, [ float rotation = 0, int skin = 0, ...
- 19:1919:19, 19 October 2007 diff hist +1,230 N Resource:Spawnmanager New page: ==Introduction== Spawnmanager is a resource that provides some default spawning functions. It provides ideal conditions for gamemodes which require a fairly basic spawning systems, and us...
- 17:4817:48, 19 October 2007 diff hist +173 Talk:Map editor/Plan/Saving,loading,testing No edit summary current
- 17:1017:10, 19 October 2007 diff hist +155 XmlCreateSubNode No edit summary
14 October 2007
- 12:2812:28, 14 October 2007 diff hist +20 m Scripting Introduction →Events
- 12:2412:24, 14 October 2007 diff hist −155 Scripting Introduction →Third example - A Map: removed meta in .map
- 12:1512:15, 14 October 2007 diff hist +766 Known Issues - FAQ No edit summary
9 October 2007
- 19:5519:55, 9 October 2007 diff hist +243 GetCameraTarget No edit summary
- 19:4919:49, 9 October 2007 diff hist +13 GetCameraRotation No edit summary
- 17:0117:01, 9 October 2007 diff hist +656 N GuiRadioButtonSetSelected New page: __NOTOC__ This function selects or unselects a radio buttom. ==Syntax== <syntaxhighlight lang="lua"> bool guiCheckBoxSetSelected ( element guiRadioButton, bool state ) </syntaxhighlight> ===Required Arguments=...
- 17:0117:01, 9 October 2007 diff hist +498 N GuiRadioButtonGetSelected New page: __NOTOC__ This function gets a radio button's selection state. ==Syntax== <syntaxhighlight lang="lua"> bool guiRadioButtonGetSelected( element guiRadioButton ) </syntaxhighlight> ===Required Arguments=== *'''...
- 17:0017:00, 9 October 2007 diff hist −1 m GuiCheckBoxGetSelected No edit summary
- 16:5916:59, 9 October 2007 diff hist +135 GuiCheckBoxSetSelected No edit summary
- 16:5816:58, 9 October 2007 diff hist −8 GuiCheckBoxGetSelected No edit summary
- 16:5616:56, 9 October 2007 diff hist +39 GuiCheckBoxSetSelected No edit summary
- 16:5516:55, 9 October 2007 diff hist +39 m GuiCheckBoxGetSelected changed category