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
Type | Name |
---|---|
enum | IDX { Idx_Radius, Idx_Collision } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Radius | floatw - Radius of activation area | |
Idx_Collision | link - (internal) link to the auto-generated Collision object used by the guard |
Property index.