Difference between revisions of "GetObjectCharge"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns the max charge of the object. '''Syntax:''' (charge:long) ''reference.''GetObjectCharge ''objectID:...)
 
imported>DragoonWraith
m (standardizing)
 
(2 intermediate revisions by 2 users 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]]
Returns the max charge of the object.


'''Syntax:'''
'''Syntax:'''
  (charge:long) ''reference.''GetObjectCharge ''objectID:ref''
  (charge:long) ''reference.''GetObjectCharge ''objectID:ref''
Returns the max charge of the object.


==See Also==
==See Also==
Line 11: Line 11:
*[[GetCurrentCharge]]
*[[GetCurrentCharge]]
*[[SetEquippedCurrentCharge]]
*[[SetEquippedCurrentCharge]]
*[[GetEquippedCurrentCharge]]
*[[ModEquippedCurrentCharge]]
*[[ModEquippedCurrentCharge]]


Line 19: Line 20:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category: Magic Functions - Magic Item (OBSE)]]

Latest revision as of 04:09, 3 March 2008

A command for Oblivion Script Extender

Syntax:

(charge:long) reference.GetObjectCharge objectID:ref

Returns the max charge of the object.

See Also[edit | edit source]