SetMachineState(int, int)
PCが公式キャンペーン中のラスカンの町において特定の装置を使用する時に、装置操作の設定・非設定を行います。
void SetMachineState( int nCondition, int bValid );
Parameters
nCondition
bValid
Description
レバーが押された後に、装置に新しい状態を設定します。
装置状態を変化させることができるかどうかを決定するローカル変数(2Q4_ColmarrEng)の状態を得た後に、ローカル変数(NW_2Q4_COLMARR_MACHINE_LEVER_STATE)を必要な値に変更します。
Remarks
この関数は、公式キャンペーンモジュールの一部です。nw_i0_2q4luskan.nssの38行目にあります。
Requirements
#include "nw_i0_2q4luskan"
Version
1.29
See Also
functions: | GetMachineState |
categories: | Module Specific Functions |
author: Jody Fletcher, JP team: katsu794
Send comments on this topic.