From 4293ad124d2d01defd47e32783885cb7098b3be8 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Thu, 6 Jul 2017 13:05:51 -0700 Subject: [PATCH] Individual pause command documentation --- C/src/xplaneConnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/src/xplaneConnect.h b/C/src/xplaneConnect.h index 1690e67..ff88620 100644 --- a/C/src/xplaneConnect.h +++ b/C/src/xplaneConnect.h @@ -112,7 +112,7 @@ int setCONN(XPCSocket* sock, unsigned short port); /// Pause or unpause the simulation. /// /// \param sock The socket to use to send the command. -/// \param pause 0 to unpause the sim; any other value to pause. +/// \param pause 0 to unpause the sim; 1 to pause, 100:119 to pause a/c 0:19, 200:219 to unpause a/c 0:19. /// \returns 0 if successful, otherwise a negative value. int pauseSim(XPCSocket sock, char pause);