HomeWikiSourceDownloadsDiscord

Kristal Wiki


Getting Started


These pages get you ready to use the engine.

  • Downloading Kristal
  • Installing and Playing Mods

General Mod Creation


These pages teach you about mod development.

  • Understanding the Basics
  • Creating a Mod
  • Using Libraries
  • Creating an Item
  • Creating a Spell
  • Actors
  • Party Members
  • Custom Keybinds
  • The UI System

The Overworld


Everything to do with the overworld.

  • Designing a Map
  • Cutscenes

Battles


Everything related to creating battles.

  • Battlers
  • Encounters

API Reference


An auto-generated API reference for Kristal.

⮬Back to Top⮭

Interactable

┗> Event > Object > Class


Constructor


Interactable(x: any, y: any, width: any, height: any, properties: any)

Arguments:

x: any
y: any
width: any
height: any
properties: any




Methods


Interactable:applyTileObject(data: any, map: any)

Arguments:

data: any
map: any


Interactable:getDebugInfo()

Returns:

1: table


Interactable:onAdd(parent: any)

Arguments:

parent: any


Interactable:onInteract(player: any, dir: any)

Arguments:

player: any
dir: any

Returns:

1: boolean


Interactable:onTextEnd()




Fields



Undocumented



Interactable.cutscene: unknown



Interactable.interact_count: integer



Interactable.interact_count: integer



Interactable.once: boolean



Interactable.script: unknown



Interactable.set_flag: unknown



Interactable.set_value: unknown



Interactable.solid: boolean



Interactable.text: table


DELTARUNE by Toby Fox. Website designed by NyakoFox. © 2023 Kristal Team. All rights reserved.