GetModuleName

From NWN Lexicon



Contents

[edit] GetModuleName()

Get the module name.

[edit] 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 “”.



[edit] Remarks

This does NOT return the name of the module file.

The name of the module is defined in the Module Properties.

[edit] Version

1.22

[edit] Example

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

[edit] See Also

functions: 

GetModule



 author: GoLeM, editor: Kristian Markon, Mistress
 

Personal tools
Categories