User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
scripting:console [2006-08-20 14:41]
Carsten created
scripting:console [2006-08-20 14:43]
Carsten added "(in dev. mode)" to the DevWarning function.
Line 47: Line 47:
 <code lua> <code lua>
     -- Example:     -- Example:
-    Console.DevWarning("​Problem here!\n"​); ​  -- Prints "[Dev] Warning: Problem here!" to the in-game console.+    Console.DevWarning("​Problem here!\n"​); ​  -- Prints "[Dev] Warning: Problem here!" to the in-game console ​(in dev. mode).
 </​code>​ </​code>​