Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
FileHandle.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
68sealed 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
Get all prefabs that have the spawner data
proto bool Write(void value_out)
proto native void Close()
proto native bool IsOpen()
proto bool Read(void value_in)