SetCameraMode(object, int)
画面のプレイヤーの展望視点を変更します。
void SetCameraMode( object oPlayer, int nCameraMode );
Parameters
oPlayer
モード変更をさせるPC
nCameraMode
Description
oPlayerのカメラモードを設定します。
oPlayerがプレイヤー操作ではなかったり、nCameraModeが無効であった場合、何も起こりません。
Version
1.22
See Also
functions: | RestoreCameraFacing | SetCameraFacing | SetCutsceneMode | StoreCameraFacing |
categories: | Miscellaneous Functions |
constants: | CAMERA_MODE_* Constants |
author: Jody Fletcher, JP team: geshi, Rainie
Send comments on this topic.