GameTimer

BGE. GameTimer

Wrapper for Roku's roTimeSpan that allows time adjustment

Constructor

new GameTimer() → {dynamic}

Source:

Methods

addTime(milliseconds) → {void}

Parameters:
Name Type Description
milliseconds integer
Source:

getSecondsToISO8601Date(date) → {integer}

Parameters:
Name Type Description
date string
Source:

mark() → {void}

Source:

removeTime(milliseconds) → {void}

Parameters:
Name Type Description
milliseconds integer
Source:

totalMilliseconds() → {integer}

Source:

totalSeconds() → {integer}

Source: