This article's documentation is for anything that uses the Source engine. Click here for more information.

Info vehicle groundspawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
{{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}}).
{{this is a |point entity|name=info_vehicle_groundspawn|except-multi={{tf2|4}}, {{asw|4}}, {{bms|4}}}} 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}}).

Latest revision as of 05:38, 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, Black Mesa Black Mesa. 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).