Tally:getType
EditReturns the type of the tally, which is the thing it measures between Pass:tick
and Pass:tock
.
type = Tally:getType()
Arguments
None
Returns
Name | Type | Description |
type | TallyType | The type of measurement. |
See also
lovr.graphics.newTally
Tally