From 3ce0a3a69a546ac89f1e1e2dfc3240fc1e820499 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Thu, 6 Jul 2017 13:24:47 -0700 Subject: [PATCH] Adding individual pause to documentation --- MATLAB/+XPlaneConnect/pauseSim.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MATLAB/+XPlaneConnect/pauseSim.m b/MATLAB/+XPlaneConnect/pauseSim.m index da44b71..c33dcf0 100644 --- a/MATLAB/+XPlaneConnect/pauseSim.m +++ b/MATLAB/+XPlaneConnect/pauseSim.m @@ -2,7 +2,7 @@ function pauseSim( pause, socket ) %pauseSim Pauses or unpauses X-Plane. % %Inputs -% pause: binary value 0=run, 1=pause +% pause: int 0= unpause all, 1= pause all, 2= switch all, 100:119= pause a/c 0:19, 200:219= unpause a/c 0:19 % socket (optional): The client to use when sending the command. % %Use @@ -34,4 +34,4 @@ pause = int32(pause); %% Send command socket.pauseSim(pause); -end \ No newline at end of file +end