calculateCreditReward

open fun calculateCreditReward(preScalingMultiplier: Float, postScalingMultiplier: Float): Float

Calculates and returns the number of credits that will be awarded upon completion, if any. Includes any scaling factor.

Parameters

preScalingMultiplier

The multiplier to apply BEFORE any other scaling is applied.

postScalingMultiplier

The multiplier to apply AFTER all other scaling is applied.