Modules/FileSystem/file/readUInt: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ 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== <syntaxhighlight lang="lua"> unsigned_int file:readUInt () </syntaxhighlight> ==Returns== Returns an unsigned integer if it was successfully read from the file, '''false''' otherwise. ==Example== todo. {{:Modules/FileSystem/file/functions}}") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<pageclass class="#3cc882" subcaption="File function"></pageclass> | |||
__NOTOC__ | __NOTOC__ | ||
This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four. | This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four. |
Latest revision as of 03:03, 23 January 2022
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.