Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LocalizationEditor.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 LocalizationEditor: WBModuleDef
15{
17 proto external void BeginModify(string text);
19 proto external void ModifyProperty(BaseContainer container, int variable, string value);
27 proto external BaseContainer InsertItem(string id, bool bNotify, bool bSelect);
29 proto external void DeleteItem(string id);
31 proto external void EndModify();
33 proto external void RefreshUI();
35 proto external BaseContainer GetTable();
37 proto external void GetFilteredRows(notnull out array<int> rowsIdx);
39 proto external void GetSelectedRows(notnull out array<int> rowsIdx);
41 proto external void AddUserFilter(notnull array<int> rowsIdx, string caption);
42}
43
47
48#endif // WORKBENCH
ref BaseInventoryTask InsertItem(IEntity item, int slotID, bool justSpawned)