Difference between revisions of "GetPCAttributeBonus"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Low Post
imported>Low Post
 
Line 13: Line 13:
==See also==
==See also==
*[[SetPCAttributeBonus]]
*[[SetPCAttributeBonus]]
*[[GetPCAttributeBonus]]
*[[SetPCAttributeBonusC]]
*[[GetPCAttributeBonusC]]
*[[GetPCAttributeBonusC]]
*[[ActorValueToCode]]
*[[ActorValueToCode]]

Latest revision as of 11:33, 23 March 2011

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(bonus:short) GetPCAttributeBonus actorValue:string

Returns the number of skill advancements contributing to the specified attribute's bonus for the next level. Note that game setting multipliers applied to these values determine the actual bonus at level-up. Returns -1 if passed an invalid actor value, including Luck.


See also