Difference between revisions of "ModObjectCharge"
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>DragoonWraith (MI) |
||
(2 intermediate revisions by one other user 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]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) ''reference.''ModObjectCharge modifyBy:float ''objectID:ref'' | (nothing) ''reference.''ModObjectCharge modifyBy:float ''objectID:ref'' | ||
Modifies the max charge of the object up or down. | |||
==See Also== | ==See Also== | ||
Line 11: | Line 11: | ||
*[[GetCurrentCharge]] | *[[GetCurrentCharge]] | ||
*[[SetEquippedCurrentCharge]] | *[[SetEquippedCurrentCharge]] | ||
*[[GetEquippedCurrentCharge]] | |||
*[[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 20:17, 1 March 2008
A command for Oblivion Script Extender
Syntax:
(nothing) reference.ModObjectCharge modifyBy:float objectID:ref
Modifies the max charge of the object up or down.