Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.49 KB

File metadata and controls

26 lines (18 loc) · 1.49 KB

AIDecompFunctionMapping

Properties

Name Type Description Notes
fields Map<String, Map<String, ReplacementValue>>
inverseFunctionMap Map<String, AIDecompInverseFunctionMapItem>
inverseStringMap Map<String, AIDecompInverseStringMapItem>
unmatchedCustomFunctionPointers Map<String, ReplacementValue>
unmatchedCustomTypes Map<String, ReplacementValue>
unmatchedEnums Map<String, ReplacementValue>
unmatchedExternalVars Map<String, ReplacementValue>
unmatchedFunctions Map<String, ReplacementValue>
unmatchedGlobalVars Map<String, ReplacementValue>
unmatchedGoToLabels Map<String, ReplacementValue>
unmatchedStrings Map<String, ReplacementValue>
unmatchedVariadicLists Map<String, ReplacementValue>
unmatchedVars Map<String, ReplacementValue>
userOverrideMappings Map<String, String>