LevelBar.getOffsetValue

Fetches the value specified for the offset marker name in self, returning TRUE in case an offset named name was found.

class LevelBar
int
getOffsetValue
(
string name
,
out double value
)

Parameters

name string

the name of an offset in the bar. [allow-none]

value double

location where to store the value. out

Return Value

Type: int

TRUE if the specified offset is found Since 3.6

Meta