GetClassSpecialization

Revision as of 16:25, 9 September 2007 by imported>WereWolf (Added example)

A command for Oblivion Script Extender

Returns the class specialization.

Syntax:

(specialization:short) reference.GetClassSpecialization class:ref

Example

short MySpecialization
set MySpecialization to player.GetClassSpecialization

Gets player's class specialization.

Notes

  • If called on a reference it will attempt to find the class from that referenced NPC and use that.
  • If a class FormID is passed, that takes precedence.
Class Specialization Codes:
  0:    Combat
  1:    Magic
  2:    Stealth

See Also