This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:getpause [2021/01/24 18:19] – Karsten75 | 4rpl:commands:getpause [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | 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 ===== |