promotional bannermobile promotional banner

Debug Utilities

various debug utilites
Back to Files

debug.galaxy

File namedebug.galaxy
Uploader
_ForgeUser9_ForgeUser9
Uploaded
Mar 27, 2010
Downloads
1.3K
Size
3.8 KB
File ID
421805
Type
R
Release

What's new

27 March 2010 Adding

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

13 March 2010 Adding

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 dp (point p);  // Debug Point
void dpl (int p);   // Debug Player
void dord(order o); // Debug Order

Initial Adding

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

This mod has no additional files