Skip to main content

Meta_CameraCollisionGuard

Module: Metanodes / Definitions

A CameraCollisionGuard prevents script event dispatch unless the camera is within Radius metres of the parent assembly.

#include <meta_script.hpp>

Public Types

TypeName
enumIDX { Idx_Radius, Idx_Collision }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Radiusfloatw - Radius of activation area
Idx_Collisionlink - (internal) link to the auto-generated Collision object used by the guard

Property index.