ResetWeaponFiringRate

From Multi Theft Auto: Wiki
Revision as of 14:58, 4 July 2016 by Walid (talk | contribs) (Added small example)
Jump to navigation Jump to search

This function resets the firing rate of a custom weapon to the default one.

Syntax

bool resetWeaponFiringRate ( weapon theWeapon )

OOP Syntax Help! I don't understand this!

Method: weapon:resetFiringRate(...)


Required Arguments

  • theWeapon: the weapon to reset the firing rate of.

Returns

Returns true on success, false otherwise.

Example

local weapon = createWeapon ("mp5",0,0,10) 
resetWeaponFiringRate (weapon)

Requirements

This template will be deleted.

See also