166 {
168 float altF = pEntity.GetPosition()[1];
171
172 for (
int i = 0; i < altString.
Length(); ++i)
173 {
174 altArray.Insert(altString.
Get(i).
ToInt());
175 }
176
177 return altArray;
178 }
static const int DISPLAY_ALT_MAX_CHARS_COUNT
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
static proto float Round(float f)
Returns mathematical round of value.
proto native int Length()
Returns length of string.
proto string Get(int index)
Gets n-th character from string.
proto native int ToInt()
Converts string to integer.