Category:UTIL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Clarity and grammar.)
 
Line 5: Line 5:


== UTIL(ities) ==
== 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.  
The Source Engine has utility functions, that are commonly prefixed with 'UTIL_', for performing common functions, such as safe removal of objects, trace lines, and precaching assets.


== Traces ==
== Traces ==

Latest revision as of 15:40, 2 November 2021

English (en)Deutsch (de)Português do Brasil (pt-br)Русский (ru)Translate (Translate)

UTIL(ities)

The Source Engine has utility functions, that are commonly prefixed with 'UTIL_', for performing common functions, such as safe removal of objects, trace lines, and precaching assets.

Traces

Finding Entities in Space


Set Properties

Other

Precaching


Player

Blood

Modifying Angles

Utility Effects

Pitch & Yaw

Shared Random

String Conversion