Versions Compared

Key

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

...

It also implements IGeoReleasable, meaning that the data is allocated and freed from within the Enlighten libraries. Many API calls return classes that implement this interface, you can usually call Save() on a returned object and then create a new instance, call Load() and have the data ready for another API call.

...

NameDescription
Load(IGeoInputStream &, Geo::u32)

Load an instance of this class from an IGeoInputStream.

Release()

Free this object that was created within the Enlighten libraries.

Save(IGeoStream &, Geo::u32)

Save an instance of this class to an IGeoStream.

...

Free this object that was created within the Enlighten libraries.

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

...