Just few minutes ago I was browsing through amxcore.cpp code, and I found these native declarations:
PHP Code:
static cell AMX_NATIVE_CALL getproperty(AMX *amx,cell *params);
static cell AMX_NATIVE_CALL setproperty(AMX *amx,cell *params);
static cell AMX_NATIVE_CALL delproperty(AMX *amx,cell *params);
static cell AMX_NATIVE_CALL existproperty(AMX *amx,cell *params);
Why aren't they included in AMXX? I don't see them in any include file nor in
PHP Code:
AMX_NATIVE_INFO core_Natives[];
I didn't try to understand the code, but I believe they are some kind of Key=>Value pairs?
Are they still in development, or were they deprecated, or is it something else? I am just wondering...