GetContactRefs

Revision as of 03:16, 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 an array_var containing all object/actor references whose collision geometry the calling reference (see Notes, below) has physical contact with (i.e. is "touching").

Syntax

(array_var) reference.GetContactRefs

Example

let aContactRefs := objectRef.GetContactRefs

Notes

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

See Also