GetCollisionObjLayerType

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the layer type of the collision object (if any) attached to the specified node in the calling reference's loaded 3D model.

Syntax

[help]
(layerType:int) reference.GetCollisionObjLayerType nodeName:string

Example

set iLayerType to objectRef.GetCollisionObjLayerType "TumbleweedNV" 

See Also