User:Jamie Sharpe

From GMod Wiki

Jump to: navigation, search

Hey there, this is my space. Get off.


Template I use, HOOKS:


Event Hook
Hook NameHookName
SyntaxGM:HookName( Player Entity )
DescriptionDesc here
ReturnsNil
Lua StateNewerClient.png NewerShared.png NewerServer.png
BBCode[b][url=wiki.garrysmod.com/?title=Jamie Sharpe]Jamie Sharpe [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionDesc
Used onNewerClient.png NewerShared.png NewerServer.png
Code
function example()
	print( "XXX Just happened" )
end
hook.Add( "HookName", "exampleOfHookUsage", example )
 
Outputwhat ever it does


Additional Notes


FUNCTIONS



Function
Syntax function( )
Description:
Returns:
Realm: NewerClient.png NewerShared.png NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Jamie Sharpe]Jamie Sharpe [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Example

DescriptionThis will
Used onNewerClient.png NewerShared.png NewerServer.png
Code
 
 
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox