Initialization
Description
Initializes the ArmaDragonflyClient extension and sets up the initial settings. This function loads the extension, checks its version, sets the buffer size, and logs the initialization status. It is automatically called during mission startup.
Syntax
// This function is automatically called during initialization and doesn't need to be called directly
Parameters
None. This function does not require any parameters.
Return Value
None. The function sets up internal variables and logs initialization information.
Examples
This function is automatically executed during framework initialization and doesn't need to be called manually.
Notes
- Sets the global buffer size to 10240 bytes (10KB)
- Logs the DLL version number for reference
- Confirms successful loading of all functions
- Outputs initialization status to the RPT logs
- This is one of the first functions called when the framework loads
Links
Add Task | Handler | Init | Process Queue | Scheduler | Setup