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>WereWolf
(Fixed see also)
Line 10: Line 10:
*[[SetObjectCharge]]
*[[SetObjectCharge]]
*[[ModObjectCharge]]
*[[ModObjectCharge]]
*[[GetEquippedCurrentCharge]]
*[[SetEquippedCurrentCharge]]
*[[SetEquippedCurrentCharge]]
*[[ModEquippedCurrentCharge]]
*[[ModEquippedCurrentCharge]]

Revision as of 15:31, 11 September 2007

A command for Oblivion Script Extender

Returns the current charge of the calling reference.

Syntax:

(charge:float) reference.GetCurrentCharge

See Also