SignStixStats
Modifier and Type | Function and Description |
---|---|
String |
getCurrentSignInfo()
Find information about the currently playing sign.
|
String |
getLastVideoInfo()
Find information about the last video played.
|
String getCurrentSignInfo()
signName
(string) - the name of the current sign as seen in Director.
signId
(string) - the invariant ID of the current sign.startTime
(long) - the UTC milliseconds time when
the current iteration of the current sign was started.String getLastVideoInfo()
started
(boolean) - true if at least one video has
been started (and therefore this object contains valid data).
videoName
(string) - the name of the last video,
or the empty string if no videos have been played.videoId
(string)startTime
(long) - the UTC milliseconds time when
the last video started playing, or 0 if no videos have been played.
endTime
(long) - the UTC milliseconds time when
the last video stopped playing, or 0 if no videos have been played
or the last video is still playing.duration
(long) - the duration in milliseconds
that the last video was playing, or 0 if no videos have been played
or the last video is still playing.