[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.
Difference between revisions of "GetClassDefaultMatch"
Jump to navigation
Jump to search
imported>Fella |
imported>Vswe m (Added Search Terms) |
||
Line 22: | Line 22: | ||
[[Category: Player Functions]] | [[Category: Player Functions]] | ||
[[Category: Player Functions (CS 1.0)]] | [[Category: Player Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Get | |||
Class | |||
Default | |||
Match | |||
End Search Terms --> |
Latest revision as of 09:14, 20 June 2008
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