Skip to content

Cutscene

class Cutscene extends RefCounted

Methods

func _run() -> void

Main cutscene function. Meant to be overridden.


static func run(cutscene: Cutscene) -> Variant


func get_actor(name: String) -> Actor


func wait(n_frames: int) -> Variant


func wait_frames_exact(n_frames: int) -> Variant


func wait_seconds(seconds: float) -> Variant


func set_party_movement(can_move: bool) -> Variant