ACE3/TO_MERGE/ace/arty_m119/fnc_m137_changeView.sqf

7 lines
187 B
Plaintext
Raw Normal View History

//fnc_m137_changeView.sqf
#include "script_component.hpp"
if(cameraView == "GUNNER") then {
GVAR(m137Gun) switchCamera "INTERNAL";
} else {
GVAR(m137Gun) switchCamera "GUNNER";
};