Difference between revisions of "SetPCAttributeBonusC"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Low Post
Line 8: Line 8:
   | name = actorValueCode
   | name = actorValueCode
   | type = integer
   | type = integer
  }}{{FunctionArgument
  | name = bonus
  | type = short
   }}
   }}
}}
}}
==See also==
*[[SetPCAttributeBonus]]
*[[GetPCAttributeBonus]]
*[[GetPCAttributeBonusC]]


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

Revision as of 11:30, 23 March 2011

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

A function added by the Oblivion Script Extender.

Syntax:

(void) SetPCAttributeBonusC actorValueCode:integer bonus:short

Sets the level-up bonus for the specified attribute.


See also