Skip to content

APUDatabase

Inherits: Resource

Properties

Type Name Default
APUEntry[] apu_list
String database_name
Dictionary apu_map
bool loaded false
CustomLogger logger

Methods

Returns Signature
void load_db()
APUEntry get_apu(apu_name: String)

Property Descriptions

apu_list

APUEntry[] apu_list

Note

There is currently no description for this property. Please help us by contributing one!

database_name

String database_name

Note

There is currently no description for this property. Please help us by contributing one!

apu_map

Dictionary apu_map

Note

There is currently no description for this property. Please help us by contributing one!

loaded

bool loaded = false

Note

There is currently no description for this property. Please help us by contributing one!

logger

CustomLogger logger

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

load_db()

void load_db()

Load entries that are set in the APUDatabase resource file into a map. NOTE: This needs to be called after _init() in order for the exported apu_list to be populated.

get_apu()

APUEntry get_apu(apu_name: String)

Returns an APUEntry of the given APU