This commit is contained in:
Applevangelist
2023-10-26 09:43:56 +02:00
parent 73e05872ea
commit 50eeae0b3f

View File

@@ -2783,7 +2783,7 @@ end
-- @return Wrapper.Group#GROUP that was spawned or #nil if nothing was spawned. -- @return Wrapper.Group#GROUP that was spawned or #nil if nothing was spawned.
-- @usage -- @usage
-- --
-- local SpawnPointVec2 = ZONE:New( ZoneName ):GetPointVec2() -- local SpawnPointVec2 = ZONE:New( ZoneName ):GetPointVec2()
-- --
-- -- Spawn at the zone center position at the height specified in the ME of the group template! -- -- Spawn at the zone center position at the height specified in the ME of the group template!
-- SpawnAirplanes:SpawnFromPointVec2( SpawnPointVec2 ) -- SpawnAirplanes:SpawnFromPointVec2( SpawnPointVec2 )