ZGameEditor Documentation
Community |
ZExternalLibraryZExternalLibraryAccess component to call external .DLL libraries. PropertiesModuleNameExample: bass.dll CallingConventionThe calling-convention used by the dll/shared object library.
SourceInitialize library functions. See example project ModPlay in Projects folder. Here is a short list on how to convert parameter types between a dll and ZGE:
BeforeInitExpThis expressions runs before the ZExternalLibrary loads so you can set ModuleName here based on the ANDROID constant. See the OpenGL component in the library for an example: if(ANDROID) this.ModuleName="libGLESv1_CM.so"; |