Removed pvPrivateData manipulation - see fakemeta_amxx

This commit is contained in:
David Anderson 2004-08-31 02:58:28 +00:00
parent aa3c8fa377
commit 813bc1a212

View File

@ -62,18 +62,6 @@ native get_msg_origin(Float:_Origin[3]);
* The module will automatically add +5 for Linux.
*/
/* Gets pvPrivateData offset. */
native get_offset_int(id, offset, linux=5);
native Float:get_offset_float(id, offset, linux=5);
native get_offset_short(id, offset, linux=5);
native get_offset_char(id, offset, linux=5);
/* sets pvPrivateData offset. */
native set_offset_int(id, offset, value, linux=5);
native set_offset_float(id, offset, Float:value, linux=5);
native set_offset_short(id, offset, value, linux=5);
native set_offset_char(id, offset, value, linux=5);
/* Precaches any file. */
native precache_generic(szFile[]);
/* Precaches an event. */