mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 22:35:37 +03:00
Update fakemeta.inc
This commit is contained in:
parent
31b8993626
commit
79933b90a8
@ -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:...);
|
||||||
|
Loading…
Reference in New Issue
Block a user