User:Jamie Sharpe
From GMod Wiki
Hey there, this is my space. Get off.
Template I use, HOOKS:
| Event Hook | |
| Hook Name | HookName |
| Syntax | GM:HookName( Player Entity ) |
| Description | Desc here |
| Returns | Nil |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=Jamie Sharpe]Jamie Sharpe [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Desc |
|---|---|
| Used on | |
| Code | function example() print( "XXX Just happened" ) end hook.Add( "HookName", "exampleOfHookUsage", example ) |
| Output | what ever it does |
Additional Notes
- Add notes here
FUNCTIONS
| Function | |
| Syntax | function( ) |
| Description: | |
| Returns: | |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Jamie Sharpe]Jamie Sharpe [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | This will |
|---|---|
| Used on | |
| Code | |
| Output | N/A |