|
| static string | GetDebugName (Managed entity) |
| |
| static void | InitCanvas () |
| |
| static void | ClearCanvas () |
| |
| static void | CanvasDrawLine (float x1, float y1, float x2, float y2, float width, int color) |
| |
| static void | CanvasDrawPoint (float x1, float y1, int color) |
| | Draws a "point" on the screen at x,y coordinates Debug.ClearCanvas(); for(int i = 0; i < 700;i++) { float val = i/700; float y = Easing.EaseInOutExpo(val); Debug.CanvasDrawPoint(i,y*700,ARGBF( 0.6, 1, 1, 1 )); }.
|
| |
| static void | Init () |
| |
| static void | DestroyAllShapes () |
| |
| static void | RemoveShape (out Shape shape) |
| |
| static void | Log (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| | Prints debug message with normal prio.
|
| |
| static void | ActionLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | SymptomLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | InventoryMoveLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | InventoryReservationLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | InventoryHFSMLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | QuickbarLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | BaseBuildingLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | BleedingChancesLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | TriggerLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | ParticleLog (string message=LOG_DEFAULT, Managed caller=null, string function="", Managed entity=null) |
| |
| static void | TFLog (string message=LOG_DEFAULT, TestFramework caller=null, string function="") |
| |
| static void | WeightLog (string message=LOG_DEFAULT, Managed caller=null, string function="", Managed entity=null) |
| |
| static void | MeleeLog (Entity entity, string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT) |
| |
| static void | WeatherLog (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | LogInfo (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| | Prints debug message with normal prio.
|
| |
| static void | LogWarning (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| | Prints debug message as warning message.
|
| |
| static void | LogError (string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| | Prints debug message as error message.
|
| |
| static void | LogArrayInt (array< int > arr=NULL, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | LogArrayString (array< string > arr=NULL, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT) |
| |
| static void | ReceivedLogMessageFromServer (string message) |
| |
| static void | ClearScriptLogs () |
| |
| static Shape | DrawBox (vector pos1, vector pos2, int color=0x1fff7f7f) |
| |
| static Shape | DrawBoxEx (vector pos1, vector pos2, int color=0x1fff7f7f, ShapeFlags flags=ShapeFlags.TRANSP|ShapeFlags.NOZWRITE) |
| |
| static Shape | DrawCube (vector pos, float size=1, int color=0x1fff7f7f) |
| |
| static Shape | DrawSphere (vector pos, float size=1, int color=0x1fff7f7f, ShapeFlags flags=ShapeFlags.TRANSP|ShapeFlags.NOOUTLINE) |
| |
| static Shape | DrawFrustum (float horizontalAngle, float verticalAngle, float length, int color=0x1fff7f7f, ShapeFlags flags=ShapeFlags.TRANSP|ShapeFlags.WIREFRAME) |
| |
| static Shape | DrawCylinder (vector pos, float radius, float height=1, int color=0x1fff7f7f, ShapeFlags flags=ShapeFlags.TRANSP|ShapeFlags.NOOUTLINE) |
| |
| static array< Shape > | DrawCone (vector pos, float lenght, float halfAngle, float offsetAngle, int color=0xFFFFFFFF, int flags=0) |
| |
| static void | CleanupDrawShapes (array< Shape > shapes) |
| |
| static Shape | DrawLine (vector from, vector to, int color=0xFFFFFFFF, int flags=0) |
| |
| static Shape | DrawLines (vector[] positions, int count, int color=0xFFFFFFFF, int flags=0) |
| |
| static Shape | DrawArrow (vector from, vector to, float size=0.5, int color=0xFFFFFFFF, int flags=0) |
| |
| static void | GetBaseConfigClasses (out TStringArray base_classes) |
| | Returns some of base config classes strings like CfgVehicles, CfgWeapons, etc. for searching purposes.
|
| |
| static void | GetFiltredConfigClasses (string search_string, out TStringArray filtered_classes, bool only_public=true) |
| | Returns config classes containing search_string in name.
|
| |
| static string | LogMessage (string level, string plugin, string entity, string author, string label, string message) |
| | DEPRECATED.
|
| |
| static void | SaveLog (string log_message) |
| |
| static void | ClearLogs () |
| |
| static string | GetFileName () |
| |
| static string | GetDate () |
| |
См. определение в файле 3_Game/tools/Debug.c строка 1