Warnings about your undefined or uninitialized script variables
by Michael Cozzolino · 07/03/2006 (11:14 am) · 1 comments
Warnings about your undefined or uninitialized script variables
//Tip: get warnings about your undefined script variables
//add the following to your server/defaults.cs
$Con::warnUndefinedVariables = 1; //warn us when we access undefined variables
//Tip: get warnings about your undefined script variables
//add the following to your server/defaults.cs
$Con::warnUndefinedVariables = 1; //warn us when we access undefined variables
About the author
Indie Developer in the Albany NY area. iOS, PC, Mac OSX development. http://itunes.apple.com/us/artist/michael-cozzolino/id367780489
Torque Owner William Todd Scott