GetModuleName()
モジュール名を調べます。
string GetModuleName();
Description
サーバの言語でモジュール名(文字)を返します。もしサーバの言語が禁止されていたら“”を返します。
Version
1.22
Example
// モジュール名を得ます void main() { SendMessageToPC(GetFirstPC(),GetModuleName()); }
See Also
functions: | GetModule |
categories: | Module Functions |
author: GoLeM, editor: Kristian Markon, JP team: Redondo
Send comments on this topic.