This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "ModWeaponReach"

Jump to navigation Jump to search
21 bytes added ,  04:34, 15 September 2007
no edit summary
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (nothing) ''reference.''SetWeaponReach nuReach:float ''objectID:ref'' Sets the reach of the w...)
 
imported>WereWolf
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (nothing) ''reference.''SetWeaponReach nuReach:float ''objectID:ref''
  (nothing) ''reference.''ModWeaponReach modifyBy:float ''objectID:ref''


Sets the reach of the weapon.
Modifies the reach of the weapon up or down.


'''Example:'''
'''Example:'''
  ref weapon
  ref weapon
  set weapon to player.[[GetEquippedObject]] 16
  set weapon to player.[[GetEquippedObject]] 16
  SetWeaponReach 120 weapon
  ModWeaponReach +100 weapon
Sets player's equipped weapon reach to 120.
Increase player's equipped weapon reach in 100.


==See Also==
==See Also==
*[[GetWeaponReach]]
*[[GetWeaponReach]]
*[[ModWeaponReach]]
*[[SetWeaponReach]]


[[Category:Functions]]
[[Category:Functions]]
Anonymous user

Navigation menu