MTA:Eir/FileSystem/createFilesystemInterface

From Multi Theft Auto: Wiki
Revision as of 00:26, 29 January 2014 by The GTA (talk | contribs) (Created page with "__NOTOC__ This function creates a FileSystem access point. An access point is your personal instance of the MTA:Eir FileSystem. The table returned by this function is the module ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function creates a FileSystem access point. An access point is your personal instance of the MTA:Eir FileSystem. The table returned by this function is the module namespace. There are no limits as to how many access points can be live at a time.

Syntax

table createFilesystemInterface ()

Returns

This function returns the table that denotes the FileSystem module namespace.

See also

MTA:Eir/FileSystem/functions/