RailGraph

Undocumented in source.

Members

Functions

onRailAdd
void onRailAdd(RailPos pos, RailData railData)
Undocumented in source. Be warned that the author may not have intended to support it.
onRailEdit
void onRailEdit(RailPos pos, RailData railData, RailEditOp editOp)
Undocumented in source. Be warned that the author may not have intended to support it.
onRailRemove
void onRailRemove(RailPos pos, RailData railData)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(PluginDataLoader loader)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(PluginDataSaver saver)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dbKey
auto dbKey;
Undocumented in source.
rails
HashMap!(RailPos, RailData) rails;
Undocumented in source.

Meta