[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
GetClassDefaultMatch
Revision as of 09:14, 20 June 2008 by imported>Vswe (Added Search Terms)
Syntax:
GetClassDefaultMatch
Returns 0 - 2, depending on how closely the player's current class matches the "default class".
- 2 = class matches exactly
- 1 = specialization (Combat, Magic or Stealth) matches
- 0 = no match
For example, if the player's "default class" is Scout, and the player's current class is Barbarian, this function will return 1. If the player's "default class" is Healer and the player's current class is Barbarian, this function will return 0 (completely different specializations).
See Also[edit | edit source]
GetIsClassDefault
SetInCharGen