GetModuleInfo

From Multi Theft Auto: Wiki
Revision as of 18:51, 18 May 2009 by Awwu (talk | contribs)
Jump to navigation Jump to search

This function returns information about the specified module.

Syntax

string getModuleInfo ( string moduleName, string information )

Required Arguments

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

Returns

Returns a string with the requested information about the module. If invalid names for parameters are passed, it will return false.

Example

--TODO

See Also