Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
System.c
Go to the documentation of this file.
1
6
8
class
SearchResourcesFilter
: Managed
9
{
10
string
rootPath;
// Exact path format expected (e.g. "$ArmaReforger:Prefabs/Weapons")
11
ref array<string> fileExtensions;
// File extensions without leading dot (e.g. "emat")
12
ref array<string> searchStr;
13
ref array<string> tags;
14
bool
recursive =
true
;
// When enabled, we wil search whole sub-tree
15
}
16
18
typedef
func
SearchResourcesCallback
;
19
void
SearchResourcesCallback
(
ResourceName
resourceName
,
string
exactPath =
""
);
20
21
typedef
func
FindFilesCallback
;
22
void
FindFilesCallback
(
string
fileName,
FileAttribute
attributes = 0,
string
filesystem =
string
.Empty);
23
45
typedef
func
ScreenshotRawDataCallback
;
46
void
ScreenshotRawDataCallback
(
PixelRawData
data
,
int
imageWidth,
int
imageHeight,
int
stride);
47
51
typedef
func
ScreenshotTextureCallback
;
52
void
ScreenshotTextureCallback
(
ScreenshotTextureData
data
);
53
57
typedef
func
GetTextureRawDataCallback
;
58
void
GetTextureRawDataCallback
(
PixelRawData
data
,
int
imageWidth,
int
imageHeight,
int
stride);
59
60
61
62
class
MemoryStatsSnapshot
: Managed
63
{
64
proto native
static
int
GetStatsCount();
65
proto native
static
string
GetStatName(
int
idx
);
66
proto native
int
GetStatValue(
int
idx
);
67
}
68
70
class
ProcessHandle: handle64
71
{
72
}
73
idx
int idx
Definition
AIControlComponentSerializer.c:13
resourceName
ResourceName resourceName
Definition
SCR_AIGroup.c:66
func
func
Definition
SCR_AIThreatSystem.c:6
data
Get all prefabs that have the spawner data
Definition
SCR_EntityCatalogManagerComponent.c:320
MemoryStatsSnapshot
Handle to a running process.
Definition
System.c:63
PixelRawData
Definition
PixelRawData.c:17
ResourceName
Definition
ResourceName.c:13
ScreenshotTextureData
Definition
ScreenshotTextureData.c:16
SearchResourcesFilter
Object used for holding filtering params for ResourceDatabase.SearchResources() method.
Definition
System.c:9
SearchResourcesCallback
SearchResourcesFilter SearchResourcesCallback
Callback used for processing results from ResourceDatabase.SearchResources() method.
GetTextureRawDataCallback
func GetTextureRawDataCallback
Definition
System.c:57
FindFilesCallback
func FindFilesCallback
Definition
System.c:21
ScreenshotRawDataCallback
func ScreenshotRawDataCallback
Definition
System.c:45
FileAttribute
FileAttribute
File attributes. See FileDescription.
Definition
FileAttribute.c:14
ScreenshotTextureCallback
func ScreenshotTextureCallback
Definition
System.c:51
scripts
Core
proto
System.c
Generated by
1.17.0