Call of Duty Script Documentation

line(<start>, <end>, <color>, <depthTest> )


Module
Debug


Summary


Draw a debug line on screen

Example


line (self.origin, self.origin + forwardFar, (0.9, 0.7, 0.6),  false);

Minimum Number of arguments: 2


Number of optional arguments: 2



Return to Function List