Call of Duty Script Documentation
print3d(<origin>, <text>, <color>, <alpha>, <scale> ...)
ModuleDebug
Summary
Draw 3d text on screen
Example
print3d (start, "START", (1.0, 0.8, 0.5), 1, 3);
Minimum Number of arguments: 2
1 : <origin> 3d position of text to be drawn
2 : <text> The text to draw on the screen
Number of optional arguments: 3
1 : <color> RGB color of the line in a vector, defaults to white
2 : <alpha> alpha value of the text (how transparent), defaults to 1
3 : <scale> size scale of the text, defaults to 1
Return to Function List