GetResourceOrganizationalPath

From Multi Theft Auto: Wiki
Revision as of 13:17, 22 April 2017 by Jusonex (talk | contribs) (Created page with "{{Server function}} __NOTOC__ This function returns the organizational file path (e.g. ''[admin]'') of a resource. ==Syntax== <syntaxhighlight lang="lua"> string getResource...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the organizational file path (e.g. [admin]) of a resource.

Syntax

string getResourceOrganizationalPath ( resource theResource )

OOP Syntax Help! I don't understand this!

Method: resource:getOrganizationalPath (...)


Required Arguments

  • theResource: the resource of which you want to know the organizational path

Returns

Returns the organizational path of the resource.

Example

Template:Missing example

See Also