Difference between revisions of "ModObjectCharge"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Modifies the max charge of the object up or down. '''Syntax:''' (nothing) ''reference.''ModObjectCharge mod...)
 
imported>WereWolf
(fixed see)
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

Modifies the max charge of the object up or down.

Syntax:

(nothing) reference.ModObjectCharge modifyBy:float objectID:ref

See Also