Bodyque: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{ent not in fgd|nolink=1|because=it is automatically generated by the game}} | {{ent not in fgd|nolink=1|because=it is automatically generated by the game}} | ||
{{this is a| | {{this is a|point entity|game=Half-Life|name=bodyque}} Four are created when a map loads. They are used as a 'queue' for corpses in multiplayer games. This will hold the four most recently killed corpses from players, and when a fifth corpse spawns, the oldest is eliminated. This entity is in [[Source]] as well, but does not do anything. It's advised to not put these directly into a map. | ||
{{code class|CCorpse|hl2_gamerules.cpp}} (For Source) | {{code class|CCorpse|hl2_gamerules.cpp}} (For Source) |
Revision as of 19:05, 17 May 2024

bodyque
is a point entity available in Half-Life. Four are created when a map loads. They are used as a 'queue' for corpses in multiplayer games. This will hold the four most recently killed corpses from players, and when a fifth corpse spawns, the oldest is eliminated. This entity is in Source as well, but does not do anything. It's advised to not put these directly into a map.
(For Source)