|
Infinity Engine v0.6.20
C++ API Documentation
|
Functions | |
| INFINITY_API_PUBLIC void | InfinityInit (void) |
| Initializes the Infinity Engine. | |
| INFINITY_API_PUBLIC void InfinityInit | ( | void | ) |
Initializes the Infinity Engine.
InfinityInit() must be called before using any other Infinity Engine functionality. It performs one-time initialization of core engine systems required for proper operation.
Initialization tasks performed:
Call this function during application or library initialization, before creating any Infinity Engine objects or calling any engine functions.
Example usage: