Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Material.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class Material: Managed
13{
14 private void Material();
15
20 static proto ref Material GetMaterial(ResourceName matName);
26 static proto ref Material GetOrLoadMaterial(ResourceName matName, int flags);
27 static proto ref Material Create(string name, string matClassName, map<string, string> params = null);
33 proto bool SetParam(string paramName, void value);
38 proto external void ResetParam(string paramName);
44 proto external int GetParamIndex(string paramName);
46 proto void SetParamByIndex(int paramIndex, void value);
50 proto void GetName(out string name);
51}
52
SCR_EAIThreatSectorFlags flags
ResourceName GetMaterial()
Get material used for area mesh.
Definition Types.c:486