Bodyque: Difference between revisions
Jump to navigation
Jump to search

(this actually is used in hl1dm) |
(Add obsolete template and nofgd text) |
||
Line 1: | Line 1: | ||
{{lang|Bodyque}} | {{lang|Bodyque}} | ||
{{ent not in fgd|nolink=1}} | {{obsolete|entity=1}} | ||
{{ent not in fgd|nolink=1|because=it is automatically generated by the game}} | |||
{{hl1 point|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. | {{hl1 point|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 10:45, 2 June 2020



This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

Template:Hl1 point 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)