GetContactRefs

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(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