GetModuleInfo

From Multi Theft Auto: Wiki
Revision as of 15:54, 18 May 2009 by Cazomino05 (talk | contribs) (Added getModuleInfo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns information about the specified module.

Syntax

table getModuleInfo (string moduleName, string informationToGet)

Required Arguments

  • moduleName: A string containing the module you wish to get information of e.g. "hashing.dll"
  • informationToGet: A string containing the information you wish to retrieve Currently supported information is Version, Name and Author.

Returns

Returns a string with the requested information about the module. If The modulename is invalid or the informationToGet parameter is invalid it will return false.

Example

See Also