![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | TextureType |
Enumerations | |
| enum | MetaEddsConversion { DXTCompression , RedHQCompression , RedGreenHQCompression , RedGreen , Alpha8 , Red , HDRCompression , ColorHQCompression } |
| enum | TextureIssueOp { Ignore = 0 , Report = 1 << 0 , Fix = 1 << 2 , ReportAndFix = Report | Fix } |
Functions | |
| override bool | IsType (string path) |
Variables | |
| enum MetaEddsConversion | Box |
| enum MetaEddsConversion | Triangle |
| enum MetaEddsConversion | Kaiser |
| enum MetaEddsConversion | Gauss |
| enum MetaEddsConversion | None |
| enum MetaEddsConversion | ToSrgb |
| enum MetaEddsConversion | ToLinear |
| enum MetaEddsConversion | m_Name |
| m_ValType | |
| int | m_Val |
| ref array< int > | m_OtherVariants |
| enum TextureIssueOp | NothingChanged = 0 |
| enum TextureIssueOp | SomethingChanged = 1 |
| enum TextureIssueOp | UnfixedFatalIssue = 2 |
| enum TextureIssueOp | m_Platform = 2 |
| ResourceName | m_ConfigFile |
| class TextureType | m_Types |
| enum MetaEddsConversion |
| Enumerator | |
|---|---|
| DXTCompression | |
| RedHQCompression | |
| RedGreenHQCompression | |
| RedGreen | |
| Alpha8 | |
| Red | |
| HDRCompression | |
| ColorHQCompression | |
Definition at line 1 of file TextureImportTool.c.
| enum TextureIssueOp |
| Enumerator | |
|---|---|
| Ignore | |
| Report | |
| Fix | |
| ReportAndFix | |
Definition at line 37 of file TextureImportTool.c.
Definition at line 911 of file TextureImportTool.c.
| enum MetaEddsConversion Box |
| enum MetaEddsConversion Gauss |
| enum MetaEddsConversion Kaiser |
| ResourceName m_ConfigFile |
Definition at line 55 of file TextureImportTool.c.
| enum MetaEddsConversion m_Name |
| ref array<int> m_OtherVariants |
Definition at line 34 of file TextureImportTool.c.
| enum TextureIssueOp m_Platform = 2 |
| class TextureType m_Types |
| int m_Val |
Definition at line 33 of file TextureImportTool.c.
| m_ValType |
Definition at line 32 of file TextureImportTool.c.
| @ None |
Definition at line 3 of file TextureImportTool.c.
| enum TextureIssueOp NothingChanged = 0 |
| enum TextureIssueOp SomethingChanged = 1 |
| enum MetaEddsConversion ToLinear |
| enum MetaEddsConversion ToSrgb |
| enum MetaEddsConversion Triangle |
| enum TextureIssueOp UnfixedFatalIssue = 2 |