Interface ContextWithoutFunctions

Source
interface ContextWithoutFunctions {
    appSettings: { id: string; outputPath: string; pretty: boolean };
    defsTree: Record<string, XmlNode[]>;
    textureAssets: Map<string, string>;
}

Properties§

Source§

appSettings: { id: string; outputPath: string; pretty: boolean }

Source§

defsTree: Record<string, XmlNode[]>

Source§

textureAssets: Map<string, string>