GetHasContact
From GECK
Revision as of 02:12, 29 March 2017 by Jazzisparis (Talk | contribs)
A function added by the JIP NVSE Plugin.
Contents
Description
Returns whether the calling reference (see Notes, below) has physical contact (i.e. is "touching") with the collision geometry of the specified object/actor reference (or, if a Form List is passed, with any reference in the list).
Syntax
(hasContact:0/1) reference.GetHasContact objectRefOrList:ref
Example
set bHasContact to objectRef.GetHasContact someRef
set bHasContact to objectRef.GetHasContact RefList
Notes
- The calling reference may be an actor, or an object whose model (NIF) has Phantom Shape-type collision geometry (see GetHasPhantom).