custom_backend_api library

Specialised sub-library of FMTC which provides access to some semi-public internals necessary to create custom backends or work more directly with them

Many of the methods available through this import are exported and visible via the more friendly interface of the main import and function set.

Caution

Use this import/library with caution! Assistance with non-typical usecases may be limited. Always use the standard import unless necessary.

Importing the standard library will also likely be necessary.

Classes

BackendTile
Represents a tile (which is never directly exposed to the user)
FMTCBackendAccess
Provides access to the thread-seperate backend internals (FMTCBackendInternal) globally with some level of access control
FMTCBackendAccessThreadSafe
Provides access to the thread-seperate backend internals (FMTCBackendInternalThreadSafe) globally with some level of access control