Difference between revisions of "GetRaceSkillBonus"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Returns the bonus for the specified skill for the race. '''Syntax:''' (value:short) reference.GetRaceSkillB...) |
imported>WereWolf |
||
Line 14: | Line 14: | ||
*[[GetRaceSkillBonusC]] | *[[GetRaceSkillBonusC]] | ||
*[[IsRaceBonusSkill]] | *[[IsRaceBonusSkill]] | ||
*[[IsRaceBonusSkillC]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 16:29, 12 September 2007
A command for Oblivion Script Extender
Returns the bonus for the specified skill for the race.
Syntax:
(value:short) reference.GetRaceSkillBonus skillActorValue:chars raceFormID:ref
Notes
- If called on a reference the function will determine the race of the reference.
- Returns 0 if there is no bonus for that skill.
- The C version specifies the specific skill by number rather than by name. GetRaceSkillBonusC