Difference between revisions of "GetWeaponReach"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(not a record variable function)
imported>Quetzilla
m
 
Line 4: Line 4:
  (reach:float) ''reference.''GetWeaponReach ''objectID:ref''
  (reach:float) ''reference.''GetWeaponReach ''objectID:ref''


Returns the weapon speed.
Returns the weapon reach.


'''Example:'''
'''Example:'''

Latest revision as of 00:32, 13 July 2008

A command for Oblivion Script Extender

Syntax:

(reach:float) reference.GetWeaponReach objectID:ref

Returns the weapon reach.

Example:

ref weapon
float weaponreach
set weapon to player.GetEquippedObject 16
set weaponreach to GetWeaponReach weapon

Gets player's equipped weapon reach.

See Also[edit | edit source]