Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
Debug.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
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
size
int size
Definition
PrefabImporter.c:35
position
vector position
Definition
SCR_DestructibleTreeV2.c:30
index
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Definition
SCR_DestructionSynchronizationComponent.c:17
IEntity
Definition
IEntity.c:13
vector
Definition
vector.c:13
NULL
@ NULL
Unknown type.
Definition
DataVarType.c:21
MouseState
MouseState
Definition
MouseState.c:13
KeyCode
KeyCode
Definition
KeyCode.c:13
param4
T4 param4
Definition
tuple.c:152
param3
T3 param3
Definition
tuple.c:93
param2
T2 param2
Definition
tuple.c:92
param1
Tuple param1
param5
T5 param5
Definition
tuple.c:153
Debug
void Debug()
Definition
Types.c:327
scripts
Core
generated
Debug
Debug.c
Generated by
1.17.0