Add missing return value documentation (#854)

This commit is contained in:
hydrogen-mvm 2018-07-26 21:33:22 -04:00 committed by Michael Flaherty
parent 11abe77eed
commit d14c94c353

View File

@ -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");