GetModuleName()

Get the module name.

string GetModuleName();

Description

Returns a string that is the name of the module in the language of the server. If there is no entry for the language of the server, then the function will return “”.



Version

1.22

Example

// This will get the name of the module.
void main()
{
    SendMessageToPC(GetFirstPC(),GetModuleName());
}

See Also

functions: GetModule
categories: Module Functions


 author: GoLeM, editor: Kristian Markon
 Send comments on this topic.