Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptEditor.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7#ifdef WORKBENCH
8
13
14sealed class ScriptEditor: WBModuleDef
15{
16 proto external bool GetCurrentFile(out string filename);
17 proto external int GetCurrentLine();
18 proto external int GetLinesCount();
20 proto external bool GetLineText(out string text, int line = -1);
22 proto external void SetLineText(string text, int line = -1);
24 proto external void InsertLine(string text, int line = -1);
26 proto external void RemoveLine(int line = -1);
27}
28
32
33#endif // WORKBENCH