Add missing return value documentation (#854)
This commit is contained in:
		
							parent
							
								
									11abe77eed
								
							
						
					
					
						commit
						d14c94c353
					
				@ -574,6 +574,7 @@ native bool RemoveDir(const char[] path);
 | 
				
			|||||||
 *                      Valve search paths, rather than directly in the gamedir.
 | 
					 *                      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.
 | 
					 * @param valve_path_id	If use_valve_fs, a search path from gameinfo or NULL_STRING for default.
 | 
				
			||||||
 *                      In this case, mode is ignored.
 | 
					 *                      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");
 | 
					native bool CreateDirectory(const char[] path, int mode, bool use_valve_fs=false, const char[] valve_path_id="DEFAULT_WRITE_PATH");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user