Category:UTIL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created template to hold all of the UTIL_'s that will be written in. Keeps them from cluttering up the Category:Programming page!)
Line 24: Line 24:


== Traces ==
== Traces ==
* [[TraceLine|UTIL_TraceLine]]
* [[UTIL_TraceLine]]
* [[UTIL_TraceEntity]]
* [[UTIL_TraceEntity]]
* [[UTIL_TraceHull]]
* [[UTIL_TraceHull]]

Revision as of 18:56, 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