GetHasContactBase

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns whether the calling reference 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 objectRef.GetHasContactBase baseForm
set bHasContact to objectRef.GetHasContactBase baseFormList 

See Also