version 1.19 | | version 1.20 |
---|
| | |
#define CFAPI_PARCH 9 | | #define CFAPI_PARCH 9 |
#define CFAPI_FUNC 10 | | #define CFAPI_FUNC 10 |
#define CFAPI_PPLAYER 11 | | #define CFAPI_PPLAYER 11 |
| | #define CFAPI_PPARTY 12 |
| | |
typedef void* (*f_plug_api) (int* type, ...); | | typedef void* (*f_plug_api) (int* type, ...); |
typedef int (*f_plug_postinit) (void); | | typedef int (*f_plug_postinit) (void); |
| | |
#define CFAPI_OBJECT_ANIMATION 100 | | #define CFAPI_OBJECT_ANIMATION 100 |
#define CFAPI_PLAYER_PROP_IP 150 | | #define CFAPI_PLAYER_PROP_IP 150 |
#define CFAPI_PLAYER_PROP_MARKED_ITEM 151 | | #define CFAPI_PLAYER_PROP_MARKED_ITEM 151 |
| | #define CFAPI_PLAYER_PROP_PARTY 152 |
| | |
#define CFAPI_MAP_PROP_FLAGS 0 | | #define CFAPI_MAP_PROP_FLAGS 0 |
#define CFAPI_MAP_PROP_DIFFICULTY 1 | | #define CFAPI_MAP_PROP_DIFFICULTY 1 |
| | |
#define CFAPI_ARCH_PROP_MORE 3 | | #define CFAPI_ARCH_PROP_MORE 3 |
#define CFAPI_ARCH_PROP_CLONE 4 | | #define CFAPI_ARCH_PROP_CLONE 4 |
| | |
| | #define CFAPI_PARTY_PROP_NAME 0 |
| | #define CFAPI_PARTY_PROP_NEXT 1 |
| | #define CFAPI_PARTY_PROP_PASSWORD 2 |
| | #define CFAPI_PARTY_PROP_PLAYER 3 |
| | |
/*****************************************************************************/ | | /*****************************************************************************/ |
/* Exportable functions. Any plugin should define all those. */ | | /* Exportable functions. Any plugin should define all those. */ |
/* initPlugin is called when the plugin initialization process starts.*/ | | /* initPlugin is called when the plugin initialization process starts.*/ |