Gamemode.LoadNetworkConfigurations

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NameLoadNetworkConfigurations
SyntaxGM:LoadNetworkConfigurations( )
DescriptionLoad custom network configurations here by calling NARWHAL.AddValidNetworkType.
ReturnsNil
Lua StateNewerShared.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.LoadNetworkConfigurations]Gamemode.LoadNetworkConfigurations [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionAdd a new network configuration called "dog".
Used onNewerShared.png
Code
 
function GM:LoadNetworkConfigurations()
--todo
end
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox