From d14c94c353c2b3506a5161b8cb92b820a35ab160 Mon Sep 17 00:00:00 2001 From: hydrogen-mvm Date: Thu, 26 Jul 2018 21:33:22 -0400 Subject: [PATCH] Add missing return value documentation (#854) --- plugins/include/files.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/files.inc b/plugins/include/files.inc index cae2088a4..1317f8569 100644 --- a/plugins/include/files.inc +++ b/plugins/include/files.inc @@ -574,6 +574,7 @@ native bool RemoveDir(const char[] path); * Valve search paths, rather than directly in the gamedir. * @param valve_path_id If use_valve_fs, a search path from gameinfo or NULL_STRING for default. * In this case, mode is ignored. + * @return True on success, false otherwise. */ native bool CreateDirectory(const char[] path, int mode, bool use_valve_fs=false, const char[] valve_path_id="DEFAULT_WRITE_PATH");