Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_MapEntityClass |
class | SCR_MapEntity |
Map entity. More... | |
Typedefs | |
typedef func | MapConfigurationInvoker |
typedef func | MapItemInvoker |
typedef func | ScriptInvokerFloat2Bool |
Functions | |
void | MapConfigurationInvoker (MapConfiguration config) |
void | MapItemInvoker (MapItem mapItem) |
void | ScriptInvokerFloat2Bool (float f1, float f2, bool b1) |
typedef func MapConfigurationInvoker |
Definition at line 8 of file SCR_MapEntity.c.
typedef func MapItemInvoker |
Definition at line 11 of file SCR_MapEntity.c.
typedef func ScriptInvokerFloat2Bool |
Definition at line 14 of file SCR_MapEntity.c.
void MapConfigurationInvoker | ( | MapConfiguration | config | ) |
void MapItemInvoker | ( | MapItem | mapItem | ) |
void ScriptInvokerFloat2Bool | ( | float | f1, |
float | f2, | ||
bool | b1 | ||
) |