Update fakemeta.inc

This commit is contained in:
shel 2020-06-08 11:04:26 +00:00 committed by GitHub
parent 31b8993626
commit 79933b90a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,7 +499,7 @@ native get_cd(cd_handle, ClientData:member, any:...);
native set_cd(cd_handle, ClientData:member, any:...); native set_cd(cd_handle, ClientData:member, any:...);
// These functions are used with the weapon_data data structure (FM_GetWeaponData) // These functions are used with the weapon_data data structure (FM_GetWeaponData)
// Get: 0 extra params - Return integer; 1 extra param - by ref float or vector; 2 extra params - string and length // Get: 0 extra params - Return integer; 1 extra param - by ref float or vector or array
// Set: Use anything // Set: Use anything
// Use 0 for cd_handle to specify the global weapon_data handle // Use 0 for cd_handle to specify the global weapon_data handle
native get_wd(wd_handler, index, WeaponData:member, any:...); native get_wd(wd_handler, index, WeaponData:member, any:...);