diff options
Diffstat (limited to 'zone_example.lua')
| -rw-r--r-- | zone_example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zone_example.lua b/zone_example.lua index c2540ca..59527b8 100644 --- a/zone_example.lua +++ b/zone_example.lua @@ -146,7 +146,7 @@ end) end) -- Example of the OnZoneLoaded hook. - -- This hook is called as a zone is loaded into the game, typically on map startup. Only called serverside. + -- This hook is called as a zone is loaded into the game, typically on map startup. Good for things like converting ents.GetMapCreatedEntity() to Entity() Only called serverside. -- Arguments are: -- zone - The full zone table of the zone we are editing. -- class - The class of the zone. |
