Modules/FileSystem/translator/setPathProcessingMode

From Multi Theft Auto: Wiki
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