MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / ExtData

Method ExtData

src/Ext/OverlayType/Body.h:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 DynamicVectorClass<ColorScheme*>* Palette; // Intentionally not serialized - rebuilt from the palette file on load.
23
24 ExtData(OverlayTypeClass* OwnerObject) : Extension<OverlayTypeClass>(OwnerObject)
25 , ZAdjust { 0 }
26 , PaletteFile {}
27 , Palette {}
28 { }
29
30 virtual ~ExtData() = default;
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected