GetHasContactType

Revision as of 03:14, 29 March 2017 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns whether the calling reference (see Notes, below) has physical contact (i.e. is "touching") with the collision geometry of an object/actor reference whose base type matches the specified type code.

Syntax

(hasContact:0/1) reference.GetHasContactType typeID:int

Example

set bHasContact to objectRef.GetHasContactType 28

Notes

  • The calling reference may be an actor, or an object whose model (NIF) has Phantom Shape-type collision geometry (see GetHasPhantom).

See Also