Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WBModuleDef.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 WBModuleDef: global_pointer
15{
16 proto external bool SetOpenedResource(string filename);
17 proto external BaseContainer GetContainer(int index = 0);
18 proto external int GetNumContainers();
19 proto external bool Save();
20 proto external bool GetCmdLine(string name, out string value);
21 proto external bool Close();
22 proto external bool ExecuteAction(notnull array<string> menuPath, bool bKeepFocus = true);
23 proto external WorkbenchPlugin GetPlugin(typename pluginType);
24}
25
29
30#endif // WORKBENCH
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
override bool Save(notnull ScriptBitWriter writer)
SCR_ResourceContainer GetContainer(EResourceType resourceType)
proto native void Close()
Plain C++ pointer, no weak pointers, no memory management. Safe to store outside local scope.
Definition Types.c:135