Puzzle System
  • Main
  • General
    • Changelog
    • FAQ
    • Author
  • Manual
    • Get Started
    • Editor
    • Core Elements
      • CorePuzzleHandler
      • CorePuzzleLogic
      • CorePuzzleTrigger
    • Standard Logics
      • InOrderPuzzleLogic
      • SimultPuzzleLogic
      • SimultDelayedPuzzleLogic
    • Triggers
      • Continuous Triggers
    • Extras
      • "Mirrors Puzzle"
      • TimerToSolvePuzzle
Powered by GitBook
On this page

Was this helpful?

  1. Manual

Core Elements

Learn more about available core elements; what they contain and how they function.

In order to develop your own components of the puzzle structure that have more complex logic behind, you must inherit the corresponding Core class; whether it is CorePuzzleHandler, -Logic or -Trigger.

PreviousEditorNextCorePuzzleHandler

Last updated 6 years ago

Was this helpful?