Black Ops III

AddBonusCardStat

Sets the indicated stat for that bonus card

Example:

self AddBonusCardStat( BONUSCARD_OVERKILL, "kills", 1, self.class_num )

Parameters

ParameterSummary
*bonuscardBonus Card define from _bonuscards.gsh
*statnameThe name of the stat you wish to set
*statincreaseThe amount you would like to increase the stat
*currentclassnumThe loadout the player is using

* = mandatory