Call of Duty Script Documentation
int(<value>)
ModuleMath
Summary
Casts a floating point number or a string to an integer
Example
x = int(self.HUDHealthHeight);
Minimum Number of arguments: 1
1 : <value> A string or floating point number to cast to an integer
Number of optional arguments: 0
Return to Function List