This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::Errors::PE2011

This error indicates that an IPrecompInputSystem refers to an IPrecompPackedGeometry which does not have a required data block.

When deserialising the IPrecompPackedGeometry make sure to load the required block.

Variables

Name Description
const Geo::s32 Code = 2011

The error code.

Geo::GeoFileString m_BlockName

The name of the missing data block.

Geo::GeoGuid m_GeomGuid

The GUID of the IPrecompPackedGeometry. Note this will not be available if the missing data block is the 'InputGeometry' block.

Geo::GeoFileString m_GeomName

The name of the IPrecompPackedGeometry. Note this will not be available if the missing data block is the 'InputGeometry' block.

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.

  • No labels