User contributions
From GMod Wiki
- 15:02, 20 November 2010 (diff | hist) G.include (→Additional notes) (top)
- 10:36, 23 August 2010 (diff | hist) User Messages
- 10:56, 19 June 2010 (diff | hist) Fading (top)
- 11:48, 11 April 2010 (diff | hist) Mesh Library (top)
- 11:45, 11 April 2010 (diff | hist) Mesh Library
- 11:43, 11 April 2010 (diff | hist) N File:Normals.png (top)
- 07:21, 11 April 2010 (diff | hist) Mesh Library
- 15:41, 10 April 2010 (diff | hist) N Mesh Library (Created page with '{{CatUsefulInfo}} {{Article| category = Lua | name = The mesh library | author = Brian Nevec | date = 10th April, 2010 | description = Explains how to use the mes...')
- 07:55, 25 February 2010 (diff | hist) N Mesh.Quad (Created page with '{{Lua_function | function_name = mesh.Quad| library = mesh | lua_state = {{Client}} | arguments = {{Arg|Vector}} corner1, {{...') (top)
- 05:41, 25 February 2010 (diff | hist) N Mesh.QuadEasy (Created page with '{{Lua_function | function_name = mesh.QuadEasy| library = mesh | lua_state = {{Client}} | arguments = {{Arg|Vector}} positio...') (top)
- 11:05, 25 December 2009 (diff | hist) G.DrawBloom (→Additional Notes)
- 07:08, 1 July 2009 (diff | hist) N Chat.PlaySound (Created page with '{{Lua_function | function_name = chat.PlaySound | description = Works just like surface.PlaySound, plays a sound. | arguments = string fi...')
- 18:44, 30 June 2009 (diff | hist) Patterns
- 18:42, 30 June 2009 (diff | hist) N Patterns (Created page with '{{Article| category = Lua | name = Patterns | author = Brian Nevec | date = 30th June, 2009 | description = Shows people how to use lua patterns}} [[Category:Lua...')
- 08:22, 29 June 2009 (diff | hist) Creating a HUD (top)
- 08:12, 29 June 2009 (diff | hist) N Creating a HUD (Created page with '{{Article| category = Lua | name = Creating a HUD | author = Brian Nevec | date = 29th June, 2009 | description = Shows people how to make a HUD}} <h1>Preface</h...')
- 08:01, 29 June 2009 (diff | hist) N File:Hud ex 4.jpeg (top)
- 08:01, 29 June 2009 (diff | hist) N File:Hud ex 3.jpeg (top)
- 08:00, 29 June 2009 (diff | hist) N File:Hud ex 2.jpeg (top)
- 07:57, 29 June 2009 (diff | hist) N File:Hud ex 1.jpeg (top)
- 17:43, 30 April 2009 (diff | hist) Multiple items in DPropertySheet (top)
- 17:30, 30 April 2009 (diff | hist) N Multiple items in DPropertySheet (New page: So, you have made a very epic menu that has a tab control, but you don't have even the slightest idea on how to add multiple items to a tab? Well then, you have come to the right place. Be...)
- 20:13, 24 March 2009 (diff | hist) N Fading (New page: {{Article| category = Lua | name = Fading | author = Brian Nevec | date = 24th March, 2009 | description = Shows you how to use the miracle of fading}} Probably the most b...)
- 10:50, 7 March 2009 (diff | hist) Menus as VGUI elements
- 10:39, 7 March 2009 (diff | hist) N Menus as VGUI elements (Shows you what you can do with custom vgui elements)
- 09:37, 7 March 2009 (diff | hist) N File:Menu vgui sample1.jpg (Sample image for an article.) (top)
- 14:27, 13 November 2008 (diff | hist) Nil
- 06:32, 13 November 2008 (diff | hist) G.AccessorFunc (→Notes)
- 06:31, 13 November 2008 (diff | hist) G.AccessorFunc
- 06:25, 13 November 2008 (diff | hist) N G.AccessorFuncNW (New page: Works the same way as AccessorFunc, except it uses NW vars and is meant to be used with entities.)
- 06:20, 13 November 2008 (diff | hist) Nil
- 06:19, 13 November 2008 (diff | hist) Nil
- 08:56, 18 August 2008 (diff | hist) ENT.AcceptInput (→Examples)
- 09:31, 17 August 2008 (diff | hist) Gamemode.CalcView (→Notes)
- 21:27, 12 August 2008 (diff | hist) N Entity.MuzzleFlash (New page: Fires the muzzle flash effect. Mostly used in SWEPs. Some models have this effect built in.)
- 21:22, 12 August 2008 (diff | hist) N CTakeDamageInfo.SetAttacker (New page: Sets the attacker. This should be the entity that attacks and should recieve credit.)
- 21:21, 12 August 2008 (diff | hist) N CTakeDamageInfo.SetInflictor (New page: Sets the damage inflictor. This should be the weapon used to damage something.)
- 21:21, 12 August 2008 (diff | hist) N CTakeDamageInfo.SetDamageForce (New page: Sets the damage force of the DamageInfo object.)
- 21:17, 12 August 2008 (diff | hist) N File.Size (New page: Returns the size of the specified file.)
- 21:16, 12 August 2008 (diff | hist) N Filex.Append (New page: Works like [http://www.garrysmod.com/wiki/?title=File.Write file.Write] except it appends the text in the existing file.)
- 12:25, 4 August 2008 (diff | hist) Common Code Snippets (→Fading Between Two Colors)
- 12:20, 4 August 2008 (diff | hist) Common Code Snippets (→Returning the Entity the Player is Looking At)
- 12:17, 4 August 2008 (diff | hist) Common Code Snippets (→Finding an Entity)
- 15:09, 29 July 2008 (diff | hist) Gamemode.ScoreboardShow (→Example)