Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Debug.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class Debug
13{
18
19 static const int MB_PRESSED_MASK;
21
22 private void Debug();
23 private void ~Debug();
24
48 static proto void DumpStack(out string output = string.Empty);
53 static proto void DumpInstances(bool csvFormatting);
55 static proto void Error2(string title, string err);
57 static proto void Error(string err);
63 static proto string GetEntityLinkString(IEntity entity);
70 static proto string GetPositionLinkString(vector position, float size);
72 static proto void BeginTimeMeasure();
74 static proto void EndTimeMeasure(string title);
76 static proto void DPrint(string var);
78 static proto void Break(bool condition = true, void param1 = NULL, void param2 = NULL, void param3 = NULL, void param4 = NULL, void param5 = NULL, void param6 = NULL, void param7 = NULL, void param8 = NULL, void param9 = NULL);
80 static proto void CompileBreak();
87 static proto int KeyState(KeyCode key);
97 static proto int GetMouseState(MouseState index);
103 static proto void ClearKey(KeyCode key);
104}
105
int size
vector position
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
@ NULL
Unknown type.
Definition DataVarType.c:21
MouseState
Definition MouseState.c:13
KeyCode
Definition KeyCode.c:13
T4 param4
Definition tuple.c:152
T3 param3
Definition tuple.c:93
T2 param2
Definition tuple.c:92
Tuple param1
T5 param5
Definition tuple.c:153
void Debug()
Definition Types.c:327