Wiki
  • Homepage
  • Player's Manual
    • Controls
    • Skills
    • Objects
    • Credits
  • Contributing
    • Getting Started
      • Programs and Files
      • Cloning the GitHub Project
      • Git Structure
      • Submitting Changes
    • Level Design
      • Basic Level Setup
      • Creating Static.tscn
      • Creating Collision.tscn
      • Stage Triggers
        • Using StageTrigger.tscn
        • Camera Triggers
        • Culling Triggers
        • Death Triggers
        • Dialog Triggers
        • Jump Triggers
        • Path Triggers
        • Automation Triggers
        • Drift Triggers
        • Foothold Triggers
        • Platform Triggers
        • Sidle Triggers
      • Stage Objects
      • Placing Objects Along the Path
    • Playtesting
      • General Shortcuts
      • Debug Menu
      • Free Camera Mode
      • Using the Editor for Playtesting
    • Submitting a Bug Report
    • Documentation Style Guide
  • Asset Guidelines
    • Source Files
    • Asset Ripping Reference
      • Original Model Files
    • Asset Editing Reference
      • Editing Environment Models
      • Editing Collision Models
      • All About Curves
      • Exporting Models from Blender
    • Resources Files
      • CameraSettingsResource
    • Miscellaneous Notes
  • Godot Guidelines
    • File Guides
      • File Structure
      • Naming Files
    • Project Settings
      • Tag Reference
      • Layer Reference
    • Particle Effects
    • Audio
  • CODE GUIDELINES
    • Language Specifications
    • Formatting
    • General guidelines
    • Attributes
    • Floating Point Numbers
Powered by GitBook
On this page
  • Properties
  • Methods & Signals
  • Usage
  1. Contributing
  2. Level Design
  3. Stage Triggers

Sidle Triggers

PreviousPlatform TriggersNextStage Objects

Last updated 11 months ago

Creates a section where the player can sidle along a wall.

Properties

  • Is Facing Right - Should this SidleTrigger have the player facing right?

  • Lockout - Contains the LockoutSettingsResource that is used when sidling. Should not be changed.

Methods & Signals

  • Activated - Emitted when the SidleTrigger becomes active.

  • Deactivated - Emitted when the SidleTrigger becomes inactive.

Usage

SidleTrigger should always be placed in . Simply instance a SidleTrigger, then add CollisionShape3D nodes as needed.

It is also recommend to trigger any necessary and from the SidleTrigger's Activated signal.

Static.tscn
CameraTrigger
PathTrigger