Modules/FileSystem/file/readUInt
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four.
Syntax
unsigned_int file:readUInt ()
Returns
Returns an unsigned integer if it was successfully read from the file, false otherwise.
Example
todo.