kreedz_util functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| is_user_spectating | stock bool:is_user_spectating(iAlive, iSpec) { |
| kz_register_cmd | stock kz_register_cmd(szCmd[], szHandler[]) { |
| UTIL_BroadcastToSpec | stock UTIL_BroadcastToSpec( id, const szMsg[], bool:isOnlySpec, bool:isDhud, red, green, blue, Float:x, Float:y, Float:holdTime, channel = -1 ) { |
| UTIL_FormatTime | stock UTIL_FormatTime(Float:fTime, szBuffer[], iLen, bool:withMS = false) { |
| UTIL_LogToFile | stock UTIL_LogToFile(const szPath[], const szLevel[], const szFunction[], const szMessage[], any:...) { |
| UTIL_RGBPack | stock UTIL_RGBPack(r, g, b) { |
| UTIL_RGBUnpack | stock UTIL_RGBUnpack(color) { |
| UTIL_TimerRoundtime | stock UTIL_TimerRoundtime(id, time) { |
| UTIL_TimeToSec | stock UTIL_TimeToSec(Float:fTime, &iMin, &iSec, &iMS) { |