PopUpDeathGUIPanel(object, int, int, int, string)

改変できる死亡時パネルを表示します。

action PopUpDeathGUIPanel(
    object oPC,
    int bRespawnButtonEnabled = TRUE,
    int bWaitForHelpButtonEnabled = TRUE,
    int nHelpStringReference = 0,
    string sHelpString = ""
);

Parameters

oPC

パネルを表示させるプレイヤー

bRespawnButtonEnabled

これがTRUEであれば、「蘇生」ボタンが使用可能になります。(デフォルト:TRUE)

bWaitForHelpButtonEnabled

これがTRUEであれば、「助けを待つ」ボタンが使用可能になります。(デフォルト:TRUE)

nHelpStringReference

表示する説明の文字列リファレンス(デフォルト:0)

sHelpString

表示する説明の文字列(デフォルト:"")


Description

「蘇生」や「助けを待つ」ボタンを死亡パネルから表示を消すことができます。「助けを待つ」ボタンはマルチプレー時にのみ有効です。



Remarks

Biowareの死亡ダイアログはPopUpGUIPanel()関数を使用して表示しています。


Version

1.31

See Also

functions: PopUpGUIPanel
categories: PC Only Functions
events: OnDeath Event


author: Tom Cassiotis, editor: Charles Feduke, additional contributor(s): Ross Meeks, JP team: geshi, Rainie
Send comments on this topic.