Call of Duty Script Documentation

length(<vector>)


Module
Vector


Summary


Returns the length of the given vector

Example


dist = length(models[j].origin - center);

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List