MTA:Eir/FileSystem/getDoBufferAllRaw

From Multi Theft Auto: Wiki
Revision as of 23:11, 16 January 2022 by Quiret (talk | contribs) (Created page with "__NOTOC__ This function returns the value of the buffering-policy for newly created raw-file handles. ==Syntax== <syntaxhighlight lang="lua"> bool fsnamespace.getDoBufferAllRaw() </syntaxhighlight> ==Returns== This function returns true if the buffering-policy is enabled, false otherwise. ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:MTA:Eir/FileSystem/namespace/functions}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the value of the buffering-policy for newly created raw-file handles.

Syntax

bool fsnamespace.getDoBufferAllRaw()

Returns

This function returns true if the buffering-policy is enabled, false otherwise.

Example

-- TODO

FileSystem Namespace Functions