Files
gymkhana-actions/docs/api/ESCSaveGame.md
Dennis Ploeger 604cccb56d Fix command docs, automate API doc generation (#327)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-07-27 16:05:14 +02:00

1.4 KiB

ESCSaveGame

Extends: Resource

Description

Resource used for holding savegames data.

Constants Descriptions

MAIN_CURRENT_SCENE_FILENAME_KEY

const MAIN_CURRENT_SCENE_FILENAME_KEY: String = "current_scene_filename"

Access key for the main data current_scene_filename

MAIN_LAST_SCENE_GLOBAL_ID_KEY

const MAIN_LAST_SCENE_GLOBAL_ID_KEY: String = "last_scene_global_id"

Access key for the main data last_scene_global_id

Property Descriptions

escoria_version

export var escoria_version: String = ""

Escoria version which the savegame was created with.

game_version

export var game_version: String = ""

Game version which the savegame was created with.

name

export var name: String = ""

 Name of the savegame. Can be custom value, provided by the player.

date

export var date: String = ""

 Date of creation of the savegame.

main

export var main: Dictionary = {}

 Main data to be saved

globals

export var globals: Dictionary = {}

Escoria Global variables exported from ESCGlobalsManager

objects

export var objects: Dictionary = {}

Escoria objects exported from ESCObjectsManager