GetWeaponClipAmmo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client function}} This function gets the amount of ammo in a custom weapons magazine/clip. ==Syntax== <syntaxhighlight lang="lua">int getWeaponClipAmmo ( weapon theWeapon )</syntaxhighlight> =...") |
Cazomino05 (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
==See Also== | ==See Also== | ||
{{Client weapon functions}} | {{Client weapon creation functions}} |
Revision as of 10:46, 26 August 2012
This function gets the amount of ammo in a custom weapons magazine/clip.
Syntax
int getWeaponClipAmmo ( weapon theWeapon )
Required Arguments
- theWeapon: The weapon to get the clip ammo of.
Returns
Returns the amount of ammo in the custom weapons clip, false otherwise.
Requirements
This template will be deleted.
See Also
- createWeapon
- fireWeapon
- getWeaponAmmo
- getWeaponClipAmmo
- getWeaponFiringRate
- getWeaponFlags
- getWeaponOwner
- getWeaponProperty
- getWeaponState
- getWeaponTarget
- resetWeaponFiringRate
- setWeaponAmmo
- setWeaponClipAmmo
- setWeaponFiringRate
- setWeaponFlags
- setWeaponProperty
- setWeaponState
- setWeaponTarget