You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <summary>Return the size and the time stamp of a file.</summary>
258
258
* <param name="filename">The name of the file.</param>
259
259
* <param name="size">If the function is successful, this param-eter holds the size of the file on return.</param>
260
-
* <param name="timestamp">If the function is successful, this parameter holds the time of the last modification of the file on return.</param>
260
+
* <param name="timestamp">If the function is successful, this parameter holds the time of the last modification of the file on
261
+
* return.</param>
261
262
* <param name="attrib">If the function is successful, this parameter holds the file attributes.</param>
262
-
* <param name="inode">If the function is successful, this parameter holds inode number of the file. An inode number is a number that uniquely identifies a file, and it usually indicates the physical position of (the start of) the file on the disk or memory card.</param>
263
+
* <param name="inode">If the function is successful, this parameter holds inode number of the file. An inode number is a number that
264
+
* uniquely identifies a file, and it usually indicates the physical position of (the start of) the file on the disk or memory card.</param>
263
265
* <remarks>
264
266
* In contrast to the function flength, this function does not need the file to be opened for querying its size.
* <param name="volume">The name of the volume on systems that support multiple disks or multiple memory cards. On single-volume systems, it is optional.</param>
317
+
* <param name="volume">The name of the volume on systems that support multiple disks or multiple memory cards. On single-volume systems, it
318
+
* is optional.</param>
316
319
* <remarks>
317
320
* The maximum size that can be supported 2048 GiB (2 terabyte).
* <param name="filename">The name of the file.</param>
327
-
* <param name="timestamp">Time of the last modification of the file. When this parameter is set to zero, the time stamp of the file is not changed.</param>
330
+
* <param name="timestamp">Time of the last modification of the file. When this parameter is set to zero, the time stamp of the file is not
331
+
* changed.</param>
328
332
* <param name="attrib">A bit mask with the new attributes of the file. When set to 0x0F, the attributes of the file are not changed.</param>
329
333
* <remarks>
330
334
* The time is in number of seconds since midnight at 1 January 1970: the start of the UNIX system epoch.
* <summary>Creates an explosion that is only visible to a single player. This can be used to isolate
477
-
* explosions from other players or to make them only appear in specific <a href="https://www.open.mp/docs/scripting/functions/SetPlayerVirtualWorld">virtual
477
+
* explosions from other players or to make them only appear in specific
0 commit comments