Modules/FileSystem/file/readUShort: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two. ==Syntax== <syntaxhighlight lang="lua"> unsigned_short file:readUShort () </syntaxhighlight> ==Returns== Returns the unsigned short integer if it was successfully read from the file, '''false''' otherwise. ==Example== todo. {{:Modules/FileSystem/file/functions}}") |
No edit summary |
||
Line 12: | Line 12: | ||
==Example== | ==Example== | ||
todo. | todo. | ||
{{:Modules/FileSystem/file/functions}} | {{:Modules/FileSystem/file/functions}} |
Revision as of 03:32, 19 January 2022
This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two.
Syntax
unsigned_short file:readUShort ()
Returns
Returns the unsigned short integer if it was successfully read from the file, false otherwise.
Example
todo.