| Name | Updated | Category | Author | Stage | |
|---|---|---|---|---|---|
| Name | Updated | Category | Author | Stage | |
Debug Utilities |
Mar 27, 2010 | vjeux | Release | ||
| 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); //... | |||||