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



Revision as of 14:37, 11 September 2007

A command for Oblivion Script Extender

Returns the max charge of the object.

Syntax:

(charge:long) reference.GetObjectCharge objectID:ref

See Also