SetPLocalInt(object, string, int)
PCパーティーに格納する変数を設定します。
void SetPLocalInt( object oPC, string sLocalName, int nValue );
Parameters
oPC
パーティ内のPC
sLocalName
変数名
nValue
持たせる変数の値
Description
oPCが所属しているパーティーに属する全てのPCに対して、nValueの値を持ったsLocalNameというローカルの整数を設定します。
Remarks
PCのパーティ全体の整数を探査するマルチプレイヤーを便利にする方法です。aSetPLocalInt(object, string, int)と同じです。
Requirements
#include "nw_i0_plot"
Version
1.28
See Also
functions: | aGetPLocalInt | aSetPLocalInt | GetPLocalInt |
categories: | Local Variables Functions | Module Functions | Party Functions |
author: Charles Feduke, additional contributor(s): Tom Cassiotis, JP team: Rainie
Send comments on this topic.