From d958a36388644a9e58b63da0458f836d198833c8 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 2 May 2020 09:26:33 -0400 Subject: add a config flag to allow local functions to be public by default --- conf/map/script.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/map/script.conf b/conf/map/script.conf index fc4f26965..cda25d546 100644 --- a/conf/map/script.conf +++ b/conf/map/script.conf @@ -59,6 +59,11 @@ script_configuration: { // Defaults to INT_MAX. //input_max_value: 2147483647 input_max_value: 10000000 + + // Specifies whether functions not explicitly marked with a "private" or + // "public" keyword should be treated as "private" by default. + // Default: true + functions_private_by_default: true } import: "conf/import/script.conf" -- cgit v1.2.3-70-g09d2