SetAttackBonusLimit(int)
From NWN Lexicon
Jump to navigationJump to search
Sets the attack bonus limit.
void SetAttackBonusLimit(
int nNewLimit
);
Parameters
- nNewLimit
- The maximum attack bonus for the module.
Description
Sets the attack bonus limit. The default value is 20. The minimum value is 0. The maximum value is 255.
Remarks
Version
This function was added in 1.74.8158 of NWN:EE.
Example
See Also
| functions: | GetAttackBonusLimit() |