Difference between revisions of "SetObjectCharge"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Sets the max charge of the object. '''Syntax:''' (nothing) ''refernce.''SetObjectCharge nuCharge:long ''obj...)
 
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

Sets the max charge of the object.

Syntax:

(nothing) refernce.SetObjectCharge nuCharge:long objectID:ref

See Also