emd4600 / Spore-ModAPI

A C++ library that allows you to create advanced mods for Spore (user interface, shaders,...)
https://emd4600.github.io/Spore-ModAPI
62 stars 13 forks source link

Added Initialize() to cScenarioPlayMode #43

Closed Tenderi4 closed 1 year ago

Tenderi4 commented 1 year ago

Somehow I forgot to include another function I found from the last pull request (#41). This Initialize function is called when an adventure Play mode instance begins, preparing the adventure for a playthrough.