Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GeoAttribCollection.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
21sealed class GeoAttribCollection: Managed
22{
23 private void GeoAttribCollection();
24
26 proto external int Count();
31 proto external string GetName(int index);
37 proto external GeoAttribType GetType(int index);
44 proto external bool IsAttribSet(int index);
51 proto external int GetInt(int index);
58 proto external float GetFloat(int index);
65 proto external string GetString(int index);
71 proto external int GetIndexByName(string name);
77 proto external bool HasAttrib(string name);
85 proto external bool IsAttribSetByName(string name);
94 proto external int GetIntByName(string name);
104 proto external float GetFloatByName(string name);
113 proto external string GetStringByName(string name);
114}
115
119
120#endif // WORKBENCH
override EGadgetType GetType()
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
TypeID handle64 Count()