GetHasContactBase

From the Fallout3 GECK Wiki
Revision as of 10:06, 24 February 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether the calling actor has '''physical contact''' (i.e. is "touching") with the collision geometry of an object/actor referenc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns whether the calling actor has physical contact (i.e. is "touching") with the collision geometry of an object/actor reference with the specified base form (or, if a Form List is passed, with any base form in the list).

Syntax

[help]
(hasContact:0/1) reference.GetHasContactBase baseFormOrList:ref

Example

set bHasContact to actorRef.GetHasContactBase baseForm
set bHasContact to actorRef.GetHasContactBase baseFormList

See Also