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

Gib: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Classifying as model entity)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{ent not in fgd}}
{{ent not in fgd}}
{{this is a|point entity|name=gib}} This an entity that is produced when another entity breaks into pieces when killed or destroyed. Common examples are [[npc_cscanner]] and [[npc_clawscanner]] from {{hl2|4}} which produce {{ent|gib}} entities when they are broken, each gib resembling part of them. Gibs can be picked up and thrown just like {{ent|prop_physics}}
{{CD|CGib|file1=1}}
{{this is a|model entity|name=gib}} This an entity that is produced when another entity is killed or destroyed. Common examples are [[npc_cscanner]] and [[npc_clawscanner]] from {{hl2|4}} which produce {{ent|gib}} entities when they are broken, each gib resembling part of them. Gibs can be picked up and thrown just like {{ent|prop_physics}}
==Entities which produce {{ent|gib}} entities upon death==
==Entities which produce {{ent|gib}} entities upon death==
===={{hl2|4}}====
===={{hl2|4}}====
:*[[npc_cscanner]]
:*[[npc_cscanner]]
:*[[npc_clawscanner]]
:*[[npc_clawscanner]]
:*[[npc_helicopter]] (random number of gibs along with 3 pieces of {{ent|helicopter_chunk}}s)
:*[[npc_helicopter]] (random number of gibs along with 3 {{ent|helicopter_chunk}})
:*[[npc_barnacle]]
:*[[prop_vehicle_apc]] (random number of gibs along with 5 {{ent|prop_physics}})
{{todo|Complete this list.}}
{{todo|Complete this list.}}

Latest revision as of 04:31, 19 May 2025

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CGib
CBaseAnimating
CBaseEntity
C++ gib.cpp

gib is a model entity available in all Source Source games. This an entity that is produced when another entity is killed or destroyed. Common examples are npc_cscanner and npc_clawscanner from Half-Life 2 Half-Life 2 which produce gib entities when they are broken, each gib resembling part of them. Gibs can be picked up and thrown just like prop_physics

Entities which produce gib entities upon death

Half-Life 2 Half-Life 2

Todo: Complete this list.