UnscaledTime#

ExportMe.UnscaledTime: TimeSpan#

バーチャルキャストを起動してから現在までの時間を返します。
この時間は、ExportMe.Time() と異なり、ゲームのスピードに関係なく経過します。
リアルタイムの時間を取得する関数として os.time() があります。実装の都合により、 os.time() の方がより精度の高い値を取得できます。

Example#

print("UnscaledTime: "..vci.me.UnscaledTime)