Call of Duty Script Documentation
length(<vector>)
ModuleVector
Summary
Returns the length of the given vector
Example
dist = length(models[j].origin - center);
Minimum Number of arguments: 1
1 : <vector> A vector
Number of optional arguments: 0
Return to Function List