MTA:Eir/FileSystem/translator/setPathProcessingMode

From Multi Theft Auto: Wiki
Revision as of 23:16, 16 January 2022 by Quiret (talk | contribs) (Created page with "__NOTOC__ This function sets the path-processing-mode for the file translator. The path-processing-mode describes how paths are handled in detail during file-path consuming function calls. ==Syntax== <syntaxhighlight lang="lua"> void translator.setPathProcessingMode( string mode ) </syntaxhighlight> ==Arguments== *'''mode:''' value for the translator path-processing-mode (either '''distinguished''' or '''ambivalent_file''') ==Returns== This function returns nil. ==Ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function sets the path-processing-mode for the file translator. The path-processing-mode describes how paths are handled in detail during file-path consuming function calls.

Syntax

void translator.setPathProcessingMode( string mode )

Arguments

  • mode: value for the translator path-processing-mode (either distinguished or ambivalent_file)

Returns

This function returns nil.

Example

-- TODO

FileSystem Translator Functions