The player calls this function to initialize the plug-in.
|
Parameters |
Description |
|
modInfo |
[in] plug-in description and flags (members to be set by plug-in) |
|
flags |
[in] See QCDModInfo description for meaning of flags values |
|
Return Values |
Description |
|
1 |
initialization succeeded |
|
0 |
initialization failed. plug-in will be unloaded. |
The plug-in should perform any internal initialization here. It should return 1 if it should remain in use by the player. After this call, provided plug-in functions should be accessible by the player.
|
Copyright (c) Quinnware 2007. All rights reserved.
|