Gamemode.InitPostEntity
From GMod Wiki
Event Hook | |
Hook Name | InitPostEntity |
Syntax | GM:InitPostEntity( ) |
Description | Similar to Gamemode.Initialize, but called after the gamemode and map load and start. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.InitPostEntity]Gamemode.InitPostEntity [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Additional Notes
- If you need to do anything with entities, this hook is probably the best, since all entities have been initialized when this hook gets called.