MTA:Eir/FileSystem/type

From Multi Theft Auto: Wiki
Revision as of 23:06, 16 January 2022 by Quiret (talk | contribs) (Created page with "__NOTOC__ This function returns the type of the given Eir FileSystem object. ==Syntax== <syntaxhighlight lang="lua"> string fsnamespace.type( userdata obj ) </syntaxhighlight> ==Arguments== *'''obj''': the Eir FileSystem object to retrieve the type from ==Returns== This function returns the type string of the queried object. ===Possible Return Values=== *file *file-translator ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:MTA:Eir/FileSystem/n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the type of the given Eir FileSystem object.

Syntax

string fsnamespace.type( userdata obj )

Arguments

  • obj: the Eir FileSystem object to retrieve the type from

Returns

This function returns the type string of the queried object.

Possible Return Values

  • file
  • file-translator

Example

-- TODO

FileSystem Namespace Functions

FileSystem File Functions