Modules/FileSystem/translator/getPathProcessingMode

From Multi Theft Auto: Wiki
Revision as of 03:04, 19 January 2022 by Danilo (talk | contribs) (Created page with "__NOTOC__ This function gets the path-processing-mode for the given file translator. ==Syntax== <syntaxhighlight lang="lua"> string translator:getPathProcessingMode () </syntaxhighlight> ==Returns== This function returns a string describing the current path-processing-mode of the translator. ===Possible Return Values=== *distinguished *ambivalent_file ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:Modules/FileSystem/translator/functions}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function gets the path-processing-mode for the given file translator.

Syntax

string translator:getPathProcessingMode ()

Returns

This function returns a string describing the current path-processing-mode of the translator.

Possible Return Values

  • distinguished
  • ambivalent_file

Example

-- TODO

FileSystem Translator Functions