Category:UTIL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 135: Line 135:
* [[UTIL_GetLocalPlayerOrListenServerHost]]
* [[UTIL_GetLocalPlayerOrListenServerHost]]
* [[UTIL_ItemCanBeTouchedByPlayer]]
* [[UTIL_ItemCanBeTouchedByPlayer]]
* [[UTIL_ClientPrintFilter]]
* [[UTIL_ClientPrintAll]]
* [[UTIL_GetNewCheckClient]]
* [[UTIL_GetCommandClient]]
* [[UTIL_GetCommandClientIndex]]
* [[UTIL_GetCurrentCheckClient]]
* [[UTIL_ClientPVSIsExpanded]]


{{category cell|background-color=white|border-color=white}}
{{category cell|background-color=white|border-color=white}}

Revision as of 22:32, 10 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.

Traces

Finding Entities in Space


Set Properties

Other

Todo: Categorize these

Precaching

Player

Blood

Modifying Angles

Utility Effects

Pitch & Yaw

Shared Random

String Conversion

Note.pngNote:This list is incomplete, and these functions are poorly categorized for now.