Difference between revisions of "GetQuality"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>DragoonWraith
(not a record variable function)
 
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (quality:float) ''reference.''GetQuality ''objectID:ref''
  (quality:float) [''ref.'']GetQuality ''objectID:ref''


Returns the quality level of the calling reference or passed objectID.
Returns the quality level of the calling reference or passed objectID.
Line 21: Line 21:
[[Category:Inventory Functions]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Record Variable Functions]]
[[Category:Record Variable Functions (OBSE)]]

Latest revision as of 19:20, 21 March 2008

A command for Oblivion Script Extender

Syntax:

(quality:float) [ref.]GetQuality objectID:ref

Returns the quality level of the calling reference or passed objectID.

Apparatus Quality Levels:
 .10:   Novice
 .25:   Apprentice
 .50:   Journeyman
 .75:   Expert
 1.0:   Master

See Also[edit | edit source]