Difference between revisions of "GetWeaponReach"
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>Quetzilla m |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
(reach:float) ''reference.''GetWeaponReach ''objectID:ref'' | (reach:float) ''reference.''GetWeaponReach ''objectID:ref'' | ||
Returns the weapon | Returns the weapon reach. | ||
'''Example:''' | '''Example:''' | ||
Line 21: | Line 21: | ||
[[Category:Inventory Functions]] | [[Category:Inventory Functions]] | ||
[[Category:Inventory Functions (OBSE)]] | [[Category:Inventory Functions (OBSE)]] | ||
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.