Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
typename.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class typename
13{
18
19 static const typename Empty;
21
22 private void typename();
23 private void ~typename();
24
26 proto external string ToString();
32 proto external bool IsInherited(typename baseType);
38 proto external ref Managed Spawn();
39 proto external int GetVariableCount();
40 proto external owned string GetVariableName(int vIdx);
41 proto external typename GetVariableType(int vIdx);
42 proto external bool GetVariableValue(Class inst, int vIdx, out void val);
70 proto external void GetVariableAttributes(int vIdx, out notnull array<Class> attributes);
98 proto external void GetAttributes(out notnull array<Class> attributes);
106 static proto string EnumToString(typename e, int enumValue);
113 static proto int StringToEnum(typename e, string enumName);
114}
115
Super root of all classes in Enforce script.
Definition Types.c:35
AISpawnerGroupClass AIGroupClass Spawn()
Spawns a new group entity, sets its transformation and then calls OnSpawn.
proto external string ToString()
Plain C++ pointer, no weak pointers, no memory management.