ResolvableResource

A Resource which links to other Resources, such as Pose, which links to a Graphic. While loading resources, the Resource only knows the PATH to the linked Resource, not the Resource itself (because that may not be loaded yet). Once the entire file is loaded, resolveReferences is called.

Return

An error message, or null on success.

Inheritors

Properties

Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val parent: ParentResource?
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun dangerousRename(newName: String)
Link copied to clipboard
open fun find(path: String): Resource?
Link copied to clipboard
Link copied to clipboard
abstract fun findChild(name: String): Resource?
Link copied to clipboard
open fun findUnresolved(path: String): Resource?
Link copied to clipboard
abstract fun game(): Game
Link copied to clipboard
abstract fun path(): String
Link copied to clipboard
abstract fun resolveReferences(): String?