From 219b9149d66bf94ff19ea06e74453f61be0870ad Mon Sep 17 00:00:00 2001 From: shyguyhex Date: Fri, 31 Dec 2021 21:56:03 -0600 Subject: [PATCH] [Debugger] JS API: add fs.exists (#2158) --- JS-API-Documentation.html | 12 +++++++++--- .../UserInterface/Debugger/ScriptAPI/ScriptAPI.h | 1 + .../Debugger/ScriptAPI/ScriptAPI_fs.cpp | 9 +++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/JS-API-Documentation.html b/JS-API-Documentation.html index 30a755564..bc6a694df 100644 --- a/JS-API-Documentation.html +++ b/JS-API-Documentation.html @@ -1,8 +1,8 @@ - + -Project64 JavaScript API 2021.09.28 +Project64 JavaScript API 2021.12.31