TrackLookup Module
Public hooks to look up registered tracks
Types
Type | Description |
Functions and values
Function or value | Description |
|
|
|
|
Full Usage:
lookupScore trackref
Parameters:
string
Returns: SavedTrackScore option
None if there is no saved data for the trackref, Some otherwise.
|
|
Full Usage:
reload ()
Parameters:
unit
|
|
Full Usage:
reloadAsync ()
Parameters:
unit
Returns: IEnumerator<YieldInstruction>
A Unity coroutine that must be started using StartCoroutine.
|
|
|
|
|