StarCraft 2 Debug Utilities 2024 download
logo
starcraft 2 mod Debug Utilities

Debug Utilities

Game Version: -
Total Downloads: 1,691
Updated: Mar 27, 2010
Created: Mar 12, 2010

Earlier Versions

Name Size Uploaded Game Version Downloads
debug.galaxy release 3.78 KB Mar 27, 2010 - 857 download Debug Utilities debug.galaxy releaseDownload
debug.galaxy release 2.84 KB Mar 13, 2010 - 414 download Debug Utilities debug.galaxy releaseDownload
debug.galaxy release 1.37 KB Mar 12, 2010 - 420 download Debug Utilities debug.galaxy releaseDownload

Description

Share this:

Several functions that helps debugging.

string   BoolToString (bool b);
string  FixedToString (fixed f, int precision);
string  PointToString (point p);
string  OrderToString (order o);
string   UnitToString (unit u);
string PlayerToString (int p);

void d (string s);  // Debug String
void dt (text s);   // Debug Text
void di (int i);    // Debug Int
void df (fixed f);  // Debug Fixed
void db (bool b);   // Debug Bool
void dp (point p);  // Debug Point
void dpl (int p);   // Debug Player
void dord(order o); // Debug Order
void du (unit u);   // Debug Unit
void dg (unitgroup g); // Debug UnitGroup
void duo (unit u);  // Debug Unit Orders

void print (int loc, string msg); // Print a Message at an area

Requires Basic Mathematic Functions galaxy script.

Comments

Add a comment