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 »

class Enlighten::IPrecompSystemsDependencies

    └>Geo::IGeoReleasable

Holds IPrecompSystemDependencies for multiple systems.

Functions

Name Description
Create()

Create a new empty IPrecompSystemsDependencies to fill with data.

GetNumSystemsDependencies()

Return the number of systems dependencies.

GetSystemDependencies(Geo::s32)

Returns the system dependencies for given index.

Release()

Free this object that was created within the Enlighten libraries.


static IPrecompSystemsDependencies* Enlighten::IPrecompSystemsDependencies::Create


public: IPrecompSystemsDependencies * Create()


Create a new empty IPrecompSystemsDependencies to fill with data.


virtual Geo::s32 Enlighten::IPrecompSystemsDependencies::GetNumSystemsDependencies


public: Geo::s32 GetNumSystemsDependencies() const


Return the number of systems dependencies.


virtual const IPrecompSystemDependencies* Enlighten::IPrecompSystemsDependencies::GetSystemDependencies


public: const IPrecompSystemDependencies * GetSystemDependencies
(
    Geo::s32 idx
) const


Returns the system dependencies for given index.


virtual void Geo::IGeoReleasable::Release


public: void Release()


Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'

  • No labels