Go to the source code of this file.
|
struct | SpellforceSpellFramework |
| Represents the Spellforce Spell Framework API.This structure serves as the central interface for interacting with various subsystems of the Spellforce Spell Framework. Each member corresponds to a specific API or function group, providing access to the relevant functionality. More...
|
|
◆ createModInfo_ptr
typedef SFMod *(* createModInfo_ptr) (const char *mod_id, const char *mod_version, const char *mod_author, const char *mod_description) |
◆ FrameworkAPI
◆ handler_ptr
typedef void(__thiscall * handler_ptr) (SF_CGdSpell *, uint16_t) |
◆ initializeModule_ptr
typedef void(* initializeModule_ptr) (void *) |
◆ logInfoFunc
typedef void(* logInfoFunc) (const char *) |
◆ pFrameworkAPI
◆ refresh_handler_ptr
typedef int(__thiscall * refresh_handler_ptr) (SF_CGdSpell *, uint16_t) |
◆ registerMod_ptr
typedef SFMod *(* registerMod_ptr) (void *) |