Call of Duty Script Documentation

print3d(<origin>, <text>, <color>, <alpha>, <scale> ...)


Module
Debug


Summary


Draw 3d text on screen

Example


print3d (start, "START", (1.0, 0.8, 0.5), 1, 3);

Minimum Number of arguments: 2


Number of optional arguments: 3



Return to Function List