Difference between revisions of "GetWeaponReach"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (reach:float) ''reference.''GetWeaponReach ''objectID:ref'' Returns the weapon speed. '''Exa...)
 
imported>DragoonWraith
(not a record variable function)
Line 21: Line 21:
[[Category:Inventory Functions]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Record Variable Functions]]
[[Category:Record Variable Functions (OBSE)]]

Revision as of 20:55, 21 March 2008

A command for Oblivion Script Extender

Syntax:

(reach:float) reference.GetWeaponReach objectID:ref

Returns the weapon speed.

Example:

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

Gets player's equipped weapon reach.

See Also