Search results

Jump to navigation Jump to search

Page title matches

  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of
    571 bytes (81 words) - 03:05, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a signed byte (native type) from a file and returns it. The amount of bytes read should be one.
    6 KB (664 words) - 02:58, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of
    574 bytes (80 words) - 03:06, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...s, set the stream pointer to a specific location or head to the end of the file/stream object. Not all stream classes have to support this operation.
    1 KB (215 words) - 03:12, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned byte (native type) from a file and returns it. The amount of bytes read should be one.
    3 KB (343 words) - 03:00, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of
    572 bytes (80 words) - 03:06, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach.
    2 KB (228 words) - 03:12, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a short (native type) from a file and returns it. The amount of bytes read should be two.
    2 KB (306 words) - 03:01, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned short integer into a file/stream and returns how many bytes have actually been written. The amount of
    643 bytes (91 words) - 03:06, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as
    2 KB (253 words) - 03:13, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two.
    474 bytes (63 words) - 03:01, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of
    637 bytes (89 words) - 03:07, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...ro bytes written). This state should be immutable across the lifetime of a file/stream class.
    1 KB (154 words) - 03:13, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an integer (native type) from a file and return it. The amount of bytes read should be four.
    2 KB (245 words) - 03:01, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of
    646 bytes (90 words) - 03:07, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...if value reading). This state should be immutable across the lifetime of a file/stream class.
    1 KB (181 words) - 03:14, 23 January 2022
  • 3 members (0 subcategories, 0 files) - 18:58, 1 January 2017
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four.
    465 bytes (62 words) - 03:03, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of
    640 bytes (89 words) - 03:09, 23 January 2022
  • ==[[Modules/FileSystem|FileSystem]] File Functions== *[[Modules/FileSystem/file/read|read]]
    1 KB (145 words) - 22:42, 19 January 2022

Page text matches

  • ==[[MTA:Eir/FileSystem|FileSystem]] File Functions== *[[MTA:Eir/FileSystem/file/read|read]]
    1 KB (174 words) - 14:48, 1 February 2014
  • Questo file e' copiato dal server MTA:DM.<br> '''Nome File:''' vehiclecolors.conf<br>
    1 KB (190 words) - 23:31, 12 June 2008
  • This function retrieves the path of the given file. string fileGetPath ( file theFile )
    1,006 bytes (119 words) - 18:43, 20 December 2023
  • This function creates a single file that is resident entirely in system memory. file fsnamespace.createMemoryFile( )
    496 bytes (56 words) - 03:56, 23 January 2022
  • Closes a file handle obtained by [[fileCreate]] or [[fileOpen]]. bool fileClose ( file theFile )
    1 KB (152 words) - 17:24, 20 December 2023
  • This function creates a single file that is resident entirely in system memory. file fsnamespace.createMemoryFile( )
    424 bytes (51 words) - 22:47, 16 January 2022
  • ...tarts from the current file seek and finishes at the end of the respective file stream. If the read count of either stream does not match the other, then t bool fsnamespace.streamCompare( file left, file right )
    803 bytes (105 words) - 04:00, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read the specified amount of bytes from the file. The actual amount of bytes read equals to the length of the Lua string.
    1 KB (196 words) - 02:57, 23 January 2022
  • ...tarts from the current file seek and finishes at the end of the respective file stream. If the read count of either stream does not match the other, then t bool fsnamespace.streamCompare( file left, file right )
    731 bytes (100 words) - 23:01, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two.
    474 bytes (63 words) - 03:01, 23 January 2022
  • {{New feature/item|4|1.6.0|21695|This function gets a file from an IMG container.}} string engineImageGetFile ( img img_file, string/number file )
    815 bytes (104 words) - 19:27, 10 April 2023
  • This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two. unsigned_short file:readUShort ()
    406 bytes (57 words) - 23:35, 16 January 2022
  • <li style="display:inline-block;">[[File:Prt_blood.gif|frame|'''Particle:''' blood<br>'''Color:''' 59, 245, 146, 255 <li style="display:inline-block;">[[File:Prt_boatsplash.gif|frame|'''Particle:''' boat_splash<br>'''Color:''' 92, 17
    3 KB (355 words) - 13:41, 11 June 2024
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four.
    465 bytes (62 words) - 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. unsigned_int file:readUInt ()
    398 bytes (56 words) - 23:36, 16 January 2022
  • Returns the total size in bytes of the given file. int fileGetSize ( file theFile )
    1 KB (140 words) - 18:55, 20 December 2023
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the size of a specific file/stream from beginning to end. Not all streams have to support this operatio
    1 KB (150 words) - 03:10, 23 January 2022
  • This function attempts to read the specified amount of bytes from the file. The actual amount of bytes read equals to the length of the Lua string. string file:read ( int readCount )
    1 KB (195 words) - 23:32, 16 January 2022
  • This function returns the size of a specific file/stream from beginning to end. Not all streams have to support this operatio int file:size ()
    1,011 bytes (144 words) - 23:47, 16 January 2022
  • ...specific filename is taken then the algorithm will try to create the next file with increased numeric insert. file fsnamespace.createFileIterative( translator target, string prefix, string s
    1 KB (143 words) - 03:57, 23 January 2022
View ( | ) (20 | 50 | 100 | 250 | 500)