amxmodx/amxmodx/sdk
Pavol Marko 5527afc91e Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 16:54:04 +00:00
..
amxxmodule.cpp Added MF_Prepare*ArrayA functions 2004-09-18 16:54:04 +00:00
amxxmodule.h Added MF_Prepare*ArrayA functions 2004-09-18 16:54:04 +00:00
howto.txt Initial release 2004-04-29 17:41:44 +00:00
moduleconfig.h Fixed stdc errors 2004-09-11 21:55:33 +00:00