From 8ed902ceb2d217fb0a09b097f03fb1838fb02ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 30 Apr 2020 14:37:18 +0200 Subject: [PATCH] [app/code] Comment about ContentFetchedFromConsoleStatus in Script --- apps/code/script.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/code/script.h b/apps/code/script.h index c1d5e3664..f58d4b428 100644 --- a/apps/code/script.h +++ b/apps/code/script.h @@ -5,8 +5,14 @@ namespace Code { -/* Record : | Total Size | Name | Body | - * Script: | AutoImportationStatus | Content |*/ +/* Record: | Size | Name | Body | + * Script: | | | AutoImportationStatus | ContentFetchedFromConsoleStatus | Content | + * + * AutoImportationStatus is 1 if the script should be auto imported when the + * console opens. + * + * ContentFetchedFromConsoleStatus is 1 if hte console has currently imported + * this script. This is used to import the right variables in the variable box. */ class Script : public Ion::Storage::Record { private: