Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
FileHandle.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
68
sealed
class
FileHandle: Managed
69
{
70
private
void
FileHandle();
71
78
proto
int
Read
(out
void
data
,
int
length);
83
proto
int
ReadLine(out
string
data
);
91
proto
int
ReadArray(out notnull Managed dataArray,
int
elementLength,
int
numElements);
98
proto
int
Write
(
void
data
,
int
length = -1);
103
proto
void
WriteLine(
string
data
);
111
proto
int
WriteArray(out notnull Managed dataArray,
int
elementLength = 4,
int
numElements = -1);
116
proto
void
Seek(
int
pos);
121
proto
int
GetPos();
126
proto
int
GetLength();
128
proto
void
Close
();
129
proto
bool
IsOpen
();
131
proto
bool
IsEOF();
132
}
133
data
Get all prefabs that have the spawner data
Definition
SCR_EntityCatalogManagerComponent.c:320
Write
proto bool Write(void value_out)
Close
proto native void Close()
Definition
SCR_WorkshopDialogs.c:77
IsOpen
proto native bool IsOpen()
Read
proto bool Read(void value_in)
scripts
Core
generated
System
FileHandle.c
Generated by
1.17.0