-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detaching of terminal refinements again
- Loading branch information
Showing
3 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
private _terminal = missionNamespace getVariable ["GRAD_tracking_terminalObj", objNull]; | ||
private _radioVeh = missionNamespace getVariable ["GRAD_tracking_radioVehObj", objNull]; | ||
|
||
|
||
detach _terminal; | ||
// safely put down | ||
_terminal setVehiclePosition [_radioVeh getRelPos [3, 180], [], 3, "NONE"]; | ||
|
||
|
||
GRAD_TERMINAL = true; publicVariable "GRAD_TERMINAL"; | ||
|
||
[_terminal, true, [0,1.4,0], 270] remoteExec ["ace_dragging_fnc_setDraggable", 0, true]; |