タイマーを一時停止および再開できます – HIME_TimerPause.js

タイトル
Allows you to pause and resume the timer
作者名
ヘルプ
-------------------------------------------------------------------------
== Description ==

Do you need your timer to temporarily stop counting down, but you still
want it to show up on the screen?

This plugin provides you with two script calls that will allow you to
easily pause and resume the game timer!

== Terms of Use ==

- Free for use in non-commercial projects with credits
- Contact me for commercial use

== Change Log ==

Nov 18, 2015 - initial release

== Usage ==

To pause the timer, use the script call

$gameTimer.pause();

To resume the timer, use the script call

$gameTimer.resume();

Note that this can be used on any Game_Timer object.

-------------------------------------------------------------------------
パラメータ
title Timer Pause
date Nov 18, 2015
filename HIME_TimerPause.js
url http://himeworks.com/2015/11/timer-pause/

If you enjoy my work, consider supporting me on Patreon!

https://www.patreon.com/himeworks

If you have any questions or concerns, you can contact me at any of
the following sites:

Main Website: http://himeworks.com
Facebook: https://www.facebook.com/himeworkscom/
Twitter: https://twitter.com/HimeWorks
Youtube: https://www.youtube.com/c/HimeWorks
Tumblr: http://himeworks.tumblr.com/

-------------------------------------------------------------------------
ライセンス表記
- Free for use in non-commercial projects with credits
- Contact me for commercial use

紹介ページ http://himeworks.com/2015/11/timer-pause/