Info vehicle groundspawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Port of https://src-ents.shoutwiki.com/wiki/Info_vehicle_groundspawn)
 
No edit summary
Line 1: Line 1:
{{Ent not in fgd|nolink=1|because=it is broken}}
{{obsolete}}
{{obsolete}}
{{CD|CTeamVehicleSpawnPoint|file1=team_spawnpoint.cpp}}
{{CD|CTeamVehicleSpawnPoint|file1=team_spawnpoint.cpp}}
{{code|info_vehicle_groundspawn}} is a [[point entity]] available in all {{source|4}} games except {{tf2|4}}, {{as|4}} and {{bms|4}} ([[Steam]] versions). It's an unfinished entity that would spawn a vehicle, apparently upon the destruction of another. Attempt add it in a map will cause crash (doesn't happen with {{ent|ent_create}}).
{{code|info_vehicle_groundspawn}} is a [[point entity]] available in all {{source|4}} games except {{tf2|4}}, {{as|4}} and {{bms|4}} ([[Steam]] versions). It's an unfinished entity that would spawn a vehicle, apparently upon the destruction of another. Attempt add it in a map will cause crash (doesn't happen with {{ent|ent_create}}).

Revision as of 05:29, 20 August 2024

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it is broken.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
C++ Class hierarchy
CTeamVehicleSpawnPoint
CTeamSpawnPoint
CPointEntity
CBaseEntity
C++ team_spawnpoint.cpp

info_vehicle_groundspawn is a point entity available in all Source Source games except Team Fortress 2 Team Fortress 2, Alien Swarm Alien Swarm and Black Mesa Black Mesa (Steam versions). It's an unfinished entity that would spawn a vehicle, apparently upon the destruction of another. Attempt add it in a map will cause crash (doesn't happen with ent_create).