DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetColorString()

static string GetColorString ( float r,
float g,
float b,
float a )
staticprotected

См. определение в файле MiscGameplayFunctions.c строка 241

242 {
243 return string.Format("#(argb,8,8,3)color(%1,CO)", string.Format("%1,%2,%3,%4", r, g, b, a));
244 }

Перекрестные ссылки string::Format().