GetCreatureReach

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns a creature's melee attack reach.

Syntax

[help]
(reach:int) reference.GetCreatureReach creature:baseForm

Example

 int iReach
 let iReach := RexRefr.GetCreatureReach
 int iReach
 let iReach := GetCreatureReach Rex

Notes

  • This attribute is only applicable to creatures that are unarmed and attack using parts of their skeleton.

See Also