Category:UTIL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created the page)
 
(Created template to hold all of the UTIL_'s that will be written in. Keeps them from cluttering up the Category:Programming page!)
Line 1: Line 1:
Included here are a list of '''Utilities''' (shortened UTIL) included in the Source Engine. These include things such as safe-removal of objects, to TraceLines and Precacheing.
{{category header|background-color=#E0E0E0|border-color=lightgray}}
{{category newcolumn|rowspan=99|width=50%|background-color=#F7F7F7|border-color=lightgray}}
 
== UTIL(ities) ==
The Source Engine comes with a variety of built in Utilities, or UTIL_ functions. These range from things like the safe removal of objects, to TraceLines, and Precaching assets.  
 
== Filler ==
 
 
== Filler  ==
 
== Reference ==
 
{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}}
 
== Modifying Angles ==
 
* [[UTIL_Approach]]
* [[UTIL_ApproachAngle]]
* [[UTIL_AngleMod]]
* [[UTIL_AngleDiff]]
 
{{category cell|background-color=#FBF7EA|border-color=white}}
 
== Traces ==
* [[TraceLine|UTIL_TraceLine]]
* [[UTIL_TraceEntity]]
* [[UTIL_TraceHull]]
* [[UTIL_TraceModel]]
* [[UTIL_Tracer]]
 
 
{{category end}}__NOTOC__
 
[[Category:Programming]]
[[Category:Modding]]

Revision as of 18:02, 9 April 2011

UTIL(ities)

The Source Engine comes with a variety of built in Utilities, or UTIL_ functions. These range from things like the safe removal of objects, to TraceLines, and Precaching assets.

Filler

Filler

Reference

Modifying Angles

Traces