GetWeaponReach

From the Oblivion ConstructionSet Wiki
Revision as of 20:55, 21 March 2008 by imported>DragoonWraith (not a record variable function)
Jump to navigation Jump to search

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