Search results

Jump to navigation Jump to search

Page title matches

  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi
    1 KB (166 words) - 03:11, 23 January 2022
  • <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
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a string of bytes (characters) into the file. It returns the amount of bytes that have actually been written.
    2 KB (325 words) - 03:05, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[Module
    479 bytes (58 words) - 03:11, 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
  • <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
  • This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi int file:tell ()
    1 KB (160 words) - 23:48, 16 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
  • <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
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a float (native type) from a file and return it. The amount of bytes read should be four.
    7 KB (611 words) - 03:03, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of
    694 bytes (97 words) - 03:09, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a double (native type) from a file and return it. The amount of bytes read should be eight.
    3 KB (349 words) - 03:04, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of
    608 bytes (85 words) - 03:10, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a boolean (native type) from a file and return it. The amount of bytes read should be one.
    5 KB (490 words) - 03:04, 23 January 2022
  • This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of int file:writeDouble ( double value )
    627 bytes (91 words) - 23:46, 16 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
  • This function attempts to write a string of bytes (characters) into the file. It returns the amount of bytes that have actually been written. int file:write ( string dataString )
    2 KB (319 words) - 23:45, 16 January 2022
  • This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of int file:writeBoolean ( boolean value )
    541 bytes (79 words) - 23:47, 16 January 2022
  • This function attempts to read a signed byte (native type) from a file and returns it. The amount of bytes read should be one. signed_byte file:readByte ()
    6 KB (658 words) - 23:33, 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
  • This function attempts to read an unsigned byte (native type) from a file and returns it. The amount of bytes read should be one. unsigned_byte file:readUByte ()
    3 KB (337 words) - 23:34, 16 January 2022
  • This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[MTA:Ei dictionary file:stat ()
    412 bytes (53 words) - 23:47, 16 January 2022
  • This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeByte ( signed_byte value )
    504 bytes (75 words) - 23:45, 16 January 2022
  • ==[[MTA:Eir/FileSystem|FileSystem]] File Functions== *[[MTA:Eir/FileSystem/file/read|read]]
    1 KB (174 words) - 14:48, 1 February 2014
  • This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUByte ( unsigned_byte value )
    507 bytes (74 words) - 23:46, 16 January 2022
  • ...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. int file:seek ( int offset, string mode )
    1 KB (209 words) - 23:48, 16 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 attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeShort ( short value )
    505 bytes (74 words) - 23:46, 16 January 2022
  • ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach. boolean file:eof ()
    1 KB (222 words) - 23:49, 16 January 2022
  • This function attempts to read a short (native type) from a file and returns it. The amount of bytes read should be two. short file:readShort ()
    2 KB (300 words) - 23:35, 16 January 2022
  • 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 int file:writeUShort ( unsigned_short value )
    576 bytes (85 words) - 23:46, 16 January 2022
  • This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as boolean file:flush ()
    2 KB (247 words) - 23:49, 16 January 2022
  • This function attempts to read an integer (native type) from a file and return it. The amount of bytes read should be four. int file:readInt ()
    2 KB (239 words) - 23:36, 16 January 2022
  • This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeInt ( int value )
    570 bytes (83 words) - 23:46, 16 January 2022
  • ...ro bytes written). This state should be immutable across the lifetime of a file/stream class. boolean file:isWritable ()
    1 KB (148 words) - 23:50, 16 January 2022
  • This function attempts to read a float (native type) from a file and return it. The amount of bytes read should be four. float file:readFloat ()
    7 KB (605 words) - 23:40, 16 January 2022
  • This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUInt ( unsigned_int value )
    579 bytes (84 words) - 23:46, 16 January 2022
  • ...if value reading). This state should be immutable across the lifetime of a file/stream class. boolean file:isReadable ()
    1 KB (175 words) - 23:50, 16 January 2022
  • This function attempts to read a double (native type) from a file and return it. The amount of bytes read should be eight. double file:readDouble ()
    3 KB (343 words) - 23:42, 16 January 2022
  • This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of int file:writeFloat ( float value )
    573 bytes (83 words) - 23:46, 16 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. unsigned_short file:readUShort ()
    406 bytes (57 words) - 23:35, 16 January 2022
  • This function attempts to read a boolean (native type) from a file and return it. The amount of bytes read should be one. boolean file:readBoolean ()
    5 KB (484 words) - 23:44, 16 January 2022

Page text matches

  • This file is copied from the MTA:DM Server.<br> '''File Name:''' vehiclecolors.conf<br>
    1 KB (180 words) - 14:02, 6 May 2009
  • File:Default.png|<div style="font-weight: bold">default</div> File:Default-bold.png|<div style="font-weight: bold">default-bold</div>
    950 bytes (129 words) - 01:15, 27 December 2019
  • ! !! [[File:Traffic_green.png]] !! ! [[File:Traffic_red.png]] !! !! [[File:Traffic_red.png]]
    3 KB (300 words) - 19:30, 21 February 2021
  • ==[[Modules/FileSystem|FileSystem]] File Functions== *[[Modules/FileSystem/file/read|read]]
    1 KB (145 words) - 22:42, 19 January 2022
  • ! !! [[File:Traffic_green.png]] !! ! [[File:Traffic_red.png]] !! !! [[File:Traffic_red.png]]
    3 KB (339 words) - 14:29, 26 August 2016
  • ! !! [[File:Traffic_green.png]] !! ! [[File:Traffic_red.png]] !! !! [[File:Traffic_red.png]]
    3 KB (328 words) - 15:56, 21 July 2016
  • <li style="display:inline-block;">[[File:Skinid1.jpg|x270px|frame|'''ID''': 1<br>'''Model''': truth]]</li> <li style="display:inline-block;">[[File:Skinid2.jpg|x270px|frame|'''ID''': 2<br>'''Model''': maccer]]</li>
    4 KB (519 words) - 07:31, 1 January 2022
  • ==[[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
  • <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
  • This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[MTA:Ei dictionary file:stat ()
    412 bytes (53 words) - 23:47, 16 January 2022
  • ...ecific filename is taken then an the algorithm will try to create the next file with increased numeric insert. file fsnamespace.createFileIterative( translator target, string prefix, string s
    1 KB (138 words) - 22:48, 16 January 2022
  • Deletes the specified file. {{OOP|This function is a static function underneath the File class.|[[File]].delete}}
    2 KB (238 words) - 17:45, 20 December 2023
  • Reads the specified number of bytes from the given file starting at its current read/write position, and returns them as a string. string fileRead ( file theFile, int count )
    1 KB (231 words) - 19:37, 20 December 2023
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[Module
    479 bytes (58 words) - 03:11, 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
  • ...ro bytes written). This state should be immutable across the lifetime of a file/stream class. boolean file:isWritable ()
    1 KB (148 words) - 23:50, 16 January 2022
  • <li style="display:inline-block;">[[File:Skinid9.jpg|x270px|frame|'''ID''': 9<br>'''Model''': bfori]]</li> <li style="display:inline-block;">[[File:Skinid10.jpg|x270px|frame|'''ID''': 10<br>'''Model''': bfost]]</li>
    9 KB (1,226 words) - 21:19, 24 August 2019
  • <li style="display:inline-block;">[[File:Skinid105.jpg|x270px|frame|'''ID''': 105<br>'''Model''': fam1]]</li> <li style="display:inline-block;">[[File:Skinid106.jpg|x270px|frame|'''ID''': 106<br>'''Model''': fam2]]</li>
    4 KB (600 words) - 11:20, 14 July 2018
  • Checks if the file position is at the end of the file. ...tion may return false until an attempt to read further than the end of the file is made.}}
    2 KB (243 words) - 19:04, 20 December 2023
  • This event is triggered when a file has been downloaded after [[downloadFile]] has been successfully called. *'''fileName''': the file downloaded.
    2 KB (172 words) - 18:46, 24 April 2020
  • ...a source location to a file at the destination. The contents of the source file are copied, so that source and destination have the same content. Since the *'''srcPath:''' a path to the source file
    1 KB (171 words) - 03:26, 23 January 2022
  • ...a source location to a file at the destination. The contents of the source file are copied, so that source and destination have the same content. Since the *'''srcPath:''' a path to the source file
    1 KB (164 words) - 08:38, 17 January 2022
  • Renames the specified file. {{Note|Also with this function you can move specified file to a new location, new folder or even to another resource's folder. But for
    2 KB (265 words) - 19:51, 20 December 2023
  • <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
  • This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUByte ( unsigned_byte value )
    507 bytes (74 words) - 23:46, 16 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
  • Writes one or more strings to a given file, starting at the current read/write position. Advances the position over th int fileWrite ( file theFile, string string1 [, string string2, string string3 ...])
    2 KB (283 words) - 20:15, 20 December 2023
  • <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
  • This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeByte ( signed_byte value )
    504 bytes (75 words) - 23:45, 16 January 2022
  • ...if value reading). This state should be immutable across the lifetime of a file/stream class. boolean file:isReadable ()
    1 KB (175 words) - 23:50, 16 January 2022
  • ...leFlush]] can be called after each log entry is written. Without this, the file may appear empty or outdated to the user. bool fileFlush ( file theFile )
    1 KB (178 words) - 18:14, 20 December 2023
  • Sets the current read/write position in the file. int fileSetPos ( file theFile, int offset )
    1 KB (219 words) - 20:03, 20 December 2023
  • This function attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeShort ( short value )
    505 bytes (74 words) - 23:46, 16 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
  • This function checks whether a specified file exists on a MTA:Eir FileSystem translator. *'''filePath:''' the path to the file that should exist
    1 KB (159 words) - 03:24, 23 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    910 bytes (120 words) - 03:58, 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
  • This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUInt ( unsigned_int value )
    579 bytes (84 words) - 23:46, 16 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
  • Returns the current read/write position in the given file. <syntaxhighlight lang="lua"> int fileGetPos ( file theFile ) </syntaxhighlight>
    1 KB (181 words) - 18:51, 20 December 2023
  • 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 int file:writeUShort ( unsigned_short value )
    576 bytes (85 words) - 23:46, 16 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
  • This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of int file:writeBoolean ( boolean value )
    541 bytes (79 words) - 23:47, 16 January 2022
  • This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of int file:writeFloat ( float value )
    573 bytes (83 words) - 23:46, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of
    608 bytes (85 words) - 03:10, 23 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    838 bytes (115 words) - 22:49, 16 January 2022
  • ...ted file stream is wrapped inside of a custom FileSystem buffering handle. File stream modifications that are close to each other are batched together for
    733 bytes (89 words) - 04:02, 23 January 2022
  • ...ted file stream is wrapped inside of a custom FileSystem buffering handle. File stream modifications that are close to each other are batched together for
    661 bytes (83 words) - 23:10, 16 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
  • This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeInt ( int value )
    570 bytes (83 words) - 23:46, 16 January 2022
  • ...tion file. Config files must be predefined in a resource's [[Meta.xml|meta file]]. An alternative way to load XML files is to use [[xmlLoadFile]]. ...in, and 'path' is the path from the root directory of the resource to the file.
    2 KB (248 words) - 18:45, 29 April 2012
  • This function checks whether a specified file exists on a MTA:Eir FileSystem translator. *'''filePath:''' the path to the file that should exist
    1 KB (153 words) - 23:22, 16 January 2022
  • ...ady exists a file with the specified name, it is overwritten with an empty file. {{Note|The file functions should not be used to implement configuration files. It is encour
    3 KB (440 words) - 17:15, 20 December 2023
  • A [[filepath]] is a path that leads up to a file. These are relative to the root directory of the resource it is being call :<resourceName>/file.ext
    1 KB (213 words) - 04:14, 11 August 2019
  • ...e/item|1.5.9|1.5.8|20788|This event is triggered every time a [[resource]] file download is queued, finished or has failed.}} *'''fileResource:''' [[Resource]] the file belongs to.
    1 KB (161 words) - 15:53, 27 December 2023
  • This function moves a file from a source location to a destination location inside of a filesystem. Th *'''srcPath:''' a path to the source file
    1 KB (151 words) - 03:27, 23 January 2022
  • This function moves a file from a source location to a destination location inside of a filesystem. Th *'''srcPath:''' a path to the source file
    1 KB (144 words) - 23:24, 16 January 2022
  • local file = fileOpen ( "icons/icon.png" ) if file then
    1 KB (142 words) - 12:30, 28 September 2013
  • This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of int file:writeDouble ( double value )
    627 bytes (91 words) - 23:46, 16 January 2022
  • This function saves a loaded XML file. *'''rootNode:''' the root [[xmlnode]] of the loaded XML file.
    970 bytes (119 words) - 20:46, 12 May 2019
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of
    694 bytes (97 words) - 03:09, 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
  • This function loads a RenderWare Collision (COL 1/2/3) file into GTA. The collisions can then be used to provide collisions for in-game ...[COL]] file into your [[DFF]] file. This way, you can be sure that the COL file is correctly (and automatically) loaded when calling [[engineLoadDFF]].
    1 KB (216 words) - 15:02, 1 May 2024
  • * '''img_file''': The [[IMG]] file you want to remove. Returns ''true'' if stremaing from [[IMG]] file was successfully disabled, ''false'' otherwise.
    766 bytes (96 words) - 21:59, 30 May 2023
  • ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach. boolean file:eof ()
    1 KB (222 words) - 23:49, 16 January 2022
  • The [[COL]] class represents a RenderWare Collision File (.col) loaded by the client, which can be imported into a custom model to d ...of those files using the appropriate scripting functions. To split a .col file into multiple files, you can use [http://www.steve-m.com/downloads/tools/co
    1 KB (197 words) - 21:43, 14 April 2021
  • This function copies a file.{{Note|The file functions should not be used to implement configuration files. It is encour ...t to share the content of the created file with other servers, prepend the file path with @ (See [[filepath]] for more information)}}
    2 KB (300 words) - 17:35, 20 December 2023
  • ...the checksum with the expected one, and returns the content as string. The file cursor position is not modified by calls to this function. ...This function enables you to safely read the contents of a meta.xml-listed file on both client and server.
    2 KB (245 words) - 18:30, 20 December 2023
  • ...rchive corrupt - File size mismatch with section headers, Re-exporting the file is recommended.== ...his error occurs because sections inside the file are telling the game the file is larger or smaller than it is
    2 KB (418 words) - 19:26, 28 July 2014
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi
    1 KB (166 words) - 03:11, 23 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. The copy is only performed up to a specified count of bytes. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    1 KB (145 words) - 03:59, 23 January 2022
  • This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi int file:tell ()
    1 KB (160 words) - 23:48, 16 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. The copy is only performed up to a specified count of bytes. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    977 bytes (140 words) - 22:49, 16 January 2022
  • ...specific file path, while [[getResourceConfig]] allows for loading an XML file from a resource. ...in, and 'path' is the path from the root directory of the resource to the file.
    2 KB (260 words) - 22:04, 18 November 2018
  • <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> ...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
  • This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as boolean file:flush ()
    2 KB (247 words) - 23:49, 16 January 2022
  • ...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. int file:seek ( int offset, string mode )
    1 KB (209 words) - 23:48, 16 January 2022
  • ...saved to a file by using [[xmlSaveFile]]. This function will overwrite the file specified if it already exists. ...t to share the content of the created file with other servers, prepend the file path with @ (See [[filepath]] for more information)}}
    2 KB (297 words) - 15:53, 27 March 2018
  • ...wnloaded again but [[onClientFileDownloadComplete]] will still run. The '''file''' should also be included in the resource meta.xml with the '''download''' * '''fileName''': A string referencing the name of the file to download
    2 KB (206 words) - 00:41, 3 February 2017
  • This function returns file path of the media in the ([[dgsCreateMediaBrowser]]) element. *'''media:''' The element media that you want it's file path.
    1 KB (145 words) - 19:25, 17 August 2018
  • A COL osztály a játékos által betöltött RenderWare Collision File (.col)-t jelenti, amely az egyedi modellbe importálható, hogy meghatároz ...of those files using the appropriate scripting functions. To split a .col file into multiple files, you can use [http://www.steve-m.com/downloads/tools/co
    1 KB (227 words) - 21:44, 14 April 2021
  • * '''path/rawdata''': You can give the path of the collision library file or just give the raw data. function engineGetCOLsFromLibrary(file)
    2 KB (228 words) - 07:50, 27 March 2021
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)