Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "eprint"

From Quake Wiki

(New page: === Function: eprint === void eprint (entity e) e = entity to print Print details about a given entity (for debug purposes).)
 
Line 1: Line 1:
 
=== Function: eprint ===
 
=== Function: eprint ===
 
   void eprint (entity e)
 
   void eprint (entity e)
e = entity to print
+
 
 +
e = entity to print
  
 
Print details about a given entity (for debug purposes).
 
Print details about a given entity (for debug purposes).

Revision as of 19:20, 7 May 2008

Function: eprint

 void eprint (entity e)

e = entity to print

Print details about a given entity (for debug purposes).