Difference between revisions of "GetPCAttributeBonus"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Low Post
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
Line 12: Line 11:
   }}
   }}
}}
}}
{{OBSE Actor Value Codes}}
==See also==
*[[SetPCAttributeBonus]]
*[[SetPCAttributeBonusC]]
*[[GetPCAttributeBonusC]]
*[[ActorValueToCode]]


[[Category:Functions]]
[[Category:Functions]]

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