Difference between revisions of "DCS func getPause"
From DCS World Wiki - Hoggitworld.com
(No difference)
|
Latest revision as of 22:23, 22 April 2018
(No difference)
|
Environment: | Server | ||
Function: | getPause | Added with: 2.5.0 | |
Member Of: | DCS | ||
Syntax: | boolean DCS.getPause( ) | ||
Description: | Returns the pause state of a server. True for server is paused, false if server is not paused.
| ||
Return Value: | boolean | ||
Return Example: | true | ||
Examples: | |||
Related Functions: | Control API: setPause, getPause, stopMission, exitProcess, isMultiplayer, isServer, getModelTime, getRealTime, getMissionOptions, getAvailableCoalitions, getAvailableSlots, getCurrentMission, getMissionName, getMissionFilename, getMissionResult, getUnitProperty, getUnitType, getUnitTypeAttribute, writeDebriefing, setUserCallbacks, reloadUserScripts, makeScreenShot | ||
Notes: |