Category:UTIL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 41: Line 41:
* [[UTIL_EnableRemoveImmediate]]
* [[UTIL_EnableRemoveImmediate]]
* [[UTIL_DisableRemoveImmediate]]
* [[UTIL_DisableRemoveImmediate]]
* [[UTIL_PlayerByIndex]]
* [[UTIL_PlayerByName]]
* [[UTIL_PlayerByUserId]]
* [[UTIL_GetLocalPlayer]]
* [[UTIL_GetListenServerHost]]
* [[UTIL_IsCommandIssuedByServerAdmin]]
* [[UTIL_EntityByIndex]]
* [[UTIL_EntityByIndex]]
* [[UTIL_GetPlayerConnectionInfo]]
* [[UTIL_ClientPrintFilter]]
* [[UTIL_ClientPrintFilter]]
* [[UTIL_ClientPrintAll]]
* [[UTIL_ClientPrintAll]]
Line 105: Line 98:
* [[UTIL_GetCommandClientIndex]]
* [[UTIL_GetCommandClientIndex]]
* [[UTIL_GetCurrentCheckClient]]
* [[UTIL_GetCurrentCheckClient]]
* [[UTIL_GetLocalPlayerOrListenServerHost]]
* [[UTIL_GetMapKeyCount]]
* [[UTIL_GetMapKeyCount]]
* [[UTIL_GetMapLoadCountFileName]]
* [[UTIL_GetMapLoadCountFileName]]
Line 111: Line 103:
* [[UTIL_GetNormalizedColorTintAndLuminosity]]
* [[UTIL_GetNormalizedColorTintAndLuminosity]]
* [[UTIL_IncrementMapKey]]
* [[UTIL_IncrementMapKey]]
* [[UTIL_ItemCanBeTouchedByPlayer]]
* [[UTIL_LoadActivityRemapFile]]
* [[UTIL_LoadActivityRemapFile]]
* [[UTIL_PointContents]]
* [[UTIL_PointContents]]

Revision as of 21:00, 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

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.