class
#include <Spore ModAPI/Spore/App/cSporeApp.h>
cSporeApp
Base classes
- class IUnmanagedMessageListener
- Same as App::
IMessageListener, but this one does not use ref-counting. - class DefaultRefCounted
- The default implementation of a reference counted class.
Public static functions
- static auto EAMain(CommandLine* commandLine) -> int
- The main function executed on the game, creates the cSporeApp and runs Init(), Run(), and Shutdown().
Public functions
Public variables
Function documentation
static int App:: cSporeApp:: EAMain(CommandLine* commandLine)
The main function executed on the game, creates the cSporeApp and runs Init(), Run(), and Shutdown().
Parameters | |
---|---|
commandLine |