getCreditAtPosition

fun Player.getCreditAtPosition(positionMs: Long = currentPosition): Credit?

Get the credit at position.

Return

null if there is no credit at positionMs.

Parameters

positionMs

The position, in milliseconds, to find the credit from.