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⮭

Video

┗> Object > Class


Constructor


Video(video: any, load_audio: any, x: any, y: any, w: any, h: any)

Arguments:

video: any
load_audio: any
x: any
y: any
w: any
h: any




Methods


Video:draw()



Video:isPlaying()

Returns:

1: boolean


Video:onRemoveFromStage(stage: any)

Arguments:

stage: any


Video:pause()



Video:play()



Video:rewind()



Video:seek(time: any)

Arguments:

time: any


Video:setLooping(loop: any)

Arguments:

loop: any


Video:stop()



Video:tell()

Returns:

1: number


Video:update()




Fields



Undocumented



Video.looping: boolean



Video.looping: any



Video.queued_play: boolean



Video.queued_play: boolean



Video.queued_play: boolean



Video.queued_play: boolean



Video.queued_play: boolean



Video.video: love.Video|nil

A drawable video.

Open in Browser



Video.video_height: number



Video.video_width: number



Video.was_playing: boolean



Video.was_playing: boolean



Video.was_playing: boolean



Video.was_playing: boolean



Video.was_playing: boolean


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