{{subst:#if:|||
After you click 'Edit' do what the image shows. If you can't see editing toolbar you need to enable it in 'Preferences' -> Editing -> checkbox 'Enable the editing toolbar'
|   | 
| 参见:  {{LAuto}}
 | 
--- DON'T JUST BLINDLY DELETE THIS PART. DO REPLACE THE LINKS AND CATEGORIES. THE PICTURE SHOWS HOW TO USE IT ! ---
SEARCH FOR: \[\[(?!#|File(?:[ _]talk)?:|Image(?:[ _]talk)?:|Media:|Template(?:[ _]talk)?:|MediaWiki(?:[ _]talk)?:|Talk:|Category[ _]talk:|Project[ _]talk:|Valve[ _]Developer[ _]Community[ _]talk:|Help[ _]talk:|User(?:[ _]talk)?:|c:|commons:|Dictionary:|Google:|GoogleGroups:|IMDB:|M:|Meta:|Metawikipedia:|MW:|SdkBug:|SourceForge:|Steampowered:|W:|Wiki:|WikiBooks:|Wikipedia:|Wikiquote:|Wiktionary:|WP:)(:?(?:Category|Category|Help|Project|Valve[ _]Developer[ _]Community|Special|)(?:[^\|\]]+))(\|?.*?)\]\]
REPLACE WITH: {{subst:LAuto|$1$2}}
}}
The person who added this notice will be listed in its edit history should you wish to contact them.

$cbox是一个QC 命令(en),可在所有的  起源 游戏中使用。  It sets the clipping bounding box for the model. This box is used for the culling of models in the game for optimization.
 起源 游戏中使用。  It sets the clipping bounding box for the model. This box is used for the culling of models in the game for optimization.
A model will be culled as soon as the clipping bounding box is no longer in view of the camera.
If the coordinates of the clipping bounding box are all zero, $bbox is used instead.
 证实:Actual clipping box may often be overridden by game code for entities such as NPCs, as is the case for the GoldSrc equivalent.
 证实:Actual clipping box may often be overridden by game code for entities such as NPCs, as is the case for the GoldSrc equivalent.$cbox (min x) (min y) (min z) (max x) (max y) (max z)