autoloads / current / current.tscn

Diagram

Diagram

Instantiators

Caution
No other scene instantiate this scene.

Scene Tree

  • Current Node

Signal Connections

Note
No signal connections.

Properties

Table 1. Root properties
Name Value

script

current.gd

extends Node
#class_name Current

@export var account : AccountResource


func load_account(number: int) -> void:
	account = AccountResource.find_or_initialize(number)