Difference between revisions of "GetQuality"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns the quality level of the calling reference or passed objectID. '''Syntax:''' (quality:float) ''refe...)
 
imported>DragoonWraith
(not a record variable function)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
'''Syntax:'''
(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.
'''Syntax:'''
(quality:float) ''reference.''GetQuality ''objectID:ref''


  '''Apparatus Quality Levels:'''
  '''Apparatus Quality Levels:'''
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]