FMRES_* - in fakemeta forwards. (no only fm, can work in ham fw)
PLUGIN_* - in engine forwards or publics.
return - is equal to return PLUGIN_CONTINUE or return 0
Quote:
- FMRES_HANDLED --> Something was done in this function, but call the one in the DLL / Engine anyways.
- FMRES_SUPERCEDE --> Prevent function in DLL / Engine from being called.
- FMRES_IGNORED --> Call original function.
- FMRES_OVERRIDE --> Call original function, but change return value.
|
More info
PS: search before
__________________