Difference between revisions of "GetCurrentCharge"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns the current charge of the calling reference. '''Syntax:''' (charge:float) ''reference.''GetCurrentC...)
 
imported>DragoonWraith
(description under syntax)
 
(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 current charge of the calling reference.


'''Syntax:'''
'''Syntax:'''
  (charge:float) ''reference.''GetCurrentCharge
  (charge:float) ''reference.''GetCurrentCharge
Returns the current charge of the calling reference.


==See Also==
==See Also==
Line 10: Line 10:
*[[SetObjectCharge]]
*[[SetObjectCharge]]
*[[ModObjectCharge]]
*[[ModObjectCharge]]
*[[GetEquippedCurrentCharge]]
*[[SetEquippedCurrentCharge]]
*[[SetEquippedCurrentCharge]]
*[[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 03:43, 15 January 2009

A command for Oblivion Script Extender

Syntax:

(charge:float) reference.GetCurrentCharge

Returns the current charge of the calling reference.

See Also[edit | edit source]