$collisiontext
Jump to navigation
Jump to search
- $collisiontext is used in a breakable model's QC file to define its gibs or ragdoll etc.
- See also Prop Data.
- Example :
$collisiontext { break { "model" "mycustomgib1" "health" "1" "fadetime" "0" } break { "model" "mycustomgib1" "health" "1" "fadetime" "0" } }
break options
model
- specifies the name of the .mdl to use as a gib.