Category:UTIL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(oop)
m (→‎String Conversion: It's "Color" not "COlor" :p)
Line 192: Line 192:


== String Conversion ==
== String Conversion ==
* [[UTIL_StringToCOlor32]]
* [[UTIL_StringToColor32]]
* [[UTIL_StringToFloatArray]]
* [[UTIL_StringToFloatArray]]
* [[UTIL_StringToIntArray]]
* [[UTIL_StringToIntArray]]

Revision as of 16: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.

Blood

Finding Entities in Space


Set Properties

Other

Todo: Categorize these

Precaching

Traces

Modifying Angles

Utility Effects

Pitch & Yaw

Shared Random

String Conversion

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