Size: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(add)
 
(fixup)
Line 3: Line 3:
The ''size'' spawnarg is used to setup a default [[CM|collision model]] for entities when they do not have a CM in either the model file or a separate .cm file.
The ''size'' spawnarg is used to setup a default [[CM|collision model]] for entities when they do not have a CM in either the model file or a separate .cm file.


This spawnarg is '''only''' used when the spawnarg '''noclipmodel''' is set to non-zero. Making a dedicated collission model should be prefered over using this method.
This spawnarg is '''only''' used when the spawnarg '''noclipmodel''' is set to zero. Making a dedicated collission model should be prefered over using this method.


See [[noclipmodel]] for examples.
See [[noclipmodel]] for examples.


{{spawnargs}}
{{spawnargs}}

Revision as of 17:57, 5 February 2008

Description

The size spawnarg is used to setup a default collision model for entities when they do not have a CM in either the model file or a separate .cm file.

This spawnarg is only used when the spawnarg noclipmodel is set to zero. Making a dedicated collission model should be prefered over using this method.

See noclipmodel for examples.