Call of Duty Script Documentation

int(<value>)


Module
Math


Summary


Casts a floating point number or a string to an integer

Example


x = int(self.HUDHealthHeight);

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List