This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:getpause [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:getpause [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| < | < | ||
| + | <WRAP tabs> | ||
| + | * [[4rpl: | ||
| + | * [[4rpl: | ||
| + | </ | ||
| ====== GetPause ====== | ====== GetPause ====== | ||
| Line 9: | Line 13: | ||
| This call will return true if the game is paused for any reason. Note that scripts usually don't run while the game is paused, | This call will return true if the game is paused for any reason. Note that scripts usually don't run while the game is paused, | ||
| so this call is most useful in scripts that are set to run when the game is paused. | so this call is most useful in scripts that are set to run when the game is paused. | ||
| + | |||
| + | :NOTE: This also applies to the game pausing when opening the ESC menu. | ||
| ===== Examples ===== | ===== Examples ===== | ||