Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::Errors::PE3307

A lod level is missing for a system.

Lods have to be continuous. I.e. it is an error to have Lod 0, Lod1, and Lod3 but no Lod2. Each Lod needs to have at least one instance.

Variables

NameDescription
const Geo::s32 Code = 3307

The error code.

Geo::s32 m_Lod

Missing lod.

Geo::GeoGuid m_SystemGuid

The GUID of the IPrecompInputSystem in error.

Geo::GeoFileString m_SystemName

The name of the IPrecompInputSystem in error.

const Geo::eGeoErrorSeverity Severity = Geo::ES_FATAL

The severity of this error.