PopUpGUIPanel(object, int)
プレイヤーにGUI(Graphical User Interface)パネルを表示させます。
void PopUpGUIPanel( object oPC, int nGUIPanel );
Parameters
oPC
GUIを表示させるプレイヤー
nGUIPanel
Description
oPCを操作するクライアントにGUIパネルを出現させます。
oPCがプレイヤーキャラクターでない場合や、nGUIPanelが無効な値であった場合は何も起こりません。
Remarks
現在は、プレイヤー死亡パネルただ一つしかGUIパネルは存在しません。
Version
1.22
See Also
functions: | PopUpDeathGUIPanel |
categories: | Miscellaneous Functions |
constants: | GUI_PANEL_* Constants |
author: Tom Cassiotis, JP team: Rainie
Send comments on this topic.