Sections

DXTrigger Entity (Generic Trigger) The DXTrigger is a basic trigger entity derived from the DXBaseTrigger. It’s primarily used to handle straightforward triggering events within DX PUZZLES without additional functionalities. Overview DXTrigger entities detect overlaps with actors to initiate predefined events,...

Interactive Lights Interactive Lights allow level designers to create dynamic, and responsive lighting within their maps. These lights can change states, colors, intensities, and even animate intensity over time based on interactions or scripted events. Class Hierarchy AActor └── AInteractiveLight (Abstract) ├──...

MomentaryDoor Entity The MomentaryDoor entity provides a controlled, incremental door movement mechanism. It is specifically designed for integration with other brush-based entities (such as buttons or levers) that dynamically control the door’s opening progression. Properties Primary Properties Locked Controls if the...

BasePhysicsEntity The BasePhysicsEntity is a foundational entity class for physics-based objects within DX PUZZLES. It provides comprehensive support for interactions, physics, water interactions, event broadcasting, and pickup mechanics. Overview The BasePhysicsEntity is an interactive physics entity designed to...

DoorRotating Entity The DoorRotating entity extends the functionality of the basic Door entity by adding rotation-based movement. Ideal for doors that pivot on hinges, it provides features for interactive opening, closing, locking, unlocking, and bidirectional opening. Properties Rotation Properties Rotation Axis...

RotatingMesh The RotatingMesh is an interactive entity used for creating rotating obstacles or dynamic environmental elements with customizable rotation behaviors, interaction possibilities, and sound feedback. Primary Functionality RotatingMesh entities can continuously rotate, accelerate/decelerate, and respond to...

DXTriggerHurt Entity The DXTriggerHurt entity applies continuous damage to actors within its bounds at specified intervals. Ideal for hazards such as environmental traps, damaging fields, or hazardous areas. Example of usage - hazardous water Hurt Properties Damage Type Defines the type of damage applied (e.g., fire,...

DXTriggerPush Entity The DXTriggerPush entity applies physical forces to actors that enter its area. It’s commonly used to simulate effects such as wind tunnels, conveyor belts, or gravity lifts. Properties Push Properties Push Direction Direction in which force is applied to actors within the trigger. Push Force...

DXTriggerTeleport Entity The DXTriggerTeleport entity instantly relocates actors upon entry, ideal for puzzles requiring teleportation or movement across game spaces. Teleport Properties Teleport Destinations Specifies target locations to teleport actors. Multiple destinations can be specified, and a random...

CorePhysMaterial CorePhysMaterial is a custom physical material type designed specifically for managing advanced audio and visual responses related to physical interactions. It enhances realism by providing detailed control over audio and particle effects for various interactions with surfaces and water. It also...