Useful Information
From GMod Wiki
(Difference between revisions)
m (Added my tutorial on stencil buffers) |
m (Removed coloured boxes) |
||
Line 1: | Line 1: | ||
- | {{CatUp|Lua | + | {{CatUp|Lua}} |
- | + | * [[Enumeration_List| Enumeration List]] - A list of enumerations for use in hooks and functions | |
- | + | * [[Lua_functions| Lua Function List]] - A list of all Lua functions that exist in Gmod | |
- | + | * [[Return_Types| Return types]] - The different types of values | |
- | + | * [[Half-Life 2 Sound List| Half-Life 2 Sound List]] - A list of sounds you can use | |
- | + | * [[DSP List| DSP List]] - A list of DSP effects to use | |
- | + | * [[Patterns| Regular expressions]] - How to use regular expressions in lua | |
- | + | * [[Escaping| Escaping]] - How to escape formatting in strings | |
- | + | * [[Understanding_Errors| Understanding Errors]] - Understand what the error you're getting is! | |
- | + | * [[Bitwise| Bitwise Operations]] - A very useful way to manipulate number values at the bit level | |
- | + | * [[Structures| Data Structures]] - Data structures with several uses | |
- | + | * [[Lua Tips| Lua Tips]] - Tips on general lua coding | |
- | + | * [[Hud Elements| HUD Elements]] - Several HUD elements you are able to override | |
- | + | * [[Mesh Library| Mesh Library]] - Explains how to use the mesh library | |
- | + | * [[Stencil| Stencil buffers]] - Explains how to use stencil buffers |
Latest revision as of 11:47, 8 February 2011
- Enumeration List - A list of enumerations for use in hooks and functions
- Lua Function List - A list of all Lua functions that exist in Gmod
- Return types - The different types of values
- Half-Life 2 Sound List - A list of sounds you can use
- DSP List - A list of DSP effects to use
- Regular expressions - How to use regular expressions in lua
- Escaping - How to escape formatting in strings
- Understanding Errors - Understand what the error you're getting is!
- Bitwise Operations - A very useful way to manipulate number values at the bit level
- Data Structures - Data structures with several uses
- Lua Tips - Tips on general lua coding
- HUD Elements - Several HUD elements you are able to override
- Mesh Library - Explains how to use the mesh library
- Stencil buffers - Explains how to use stencil buffers