SAKEStartupResult
value returned from the call to sakeStartup.
- typedef enum
- {
- SAKEStartupResult_SUCCESS,
- SAKEStartupResult_NOT_AVAILABLE,
- SAKEStartupResult_CORE_SHUTDOWN,
- SAKEStartupResult_OUT_OF_MEMORY
- } SAKEStartupResult;
Constants
- SAKEStartupResult_SUCCESS
- Startup succeeded.
- SAKEStartupResult_NOT_AVAILABLE
- The Sake backend is unavailable.
- SAKEStartupResult_CORE_SHUTDOWN
- Error in the gsCore.
- SAKEStartupResult_OUT_OF_MEMORY
- Not enough memory to initialize Sake.
Section Reference: Gamespy Sake SDK
See Also: sakeStartup