Modules/FileSystem/translator/getPathProcessingMode

From Multi Theft Auto: Wiki
Revision as of 03:33, 23 January 2022 by Danilo (talk | contribs)
(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