forked from kristoferblack/CP2077-CityHack-Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing some redundant files, more standardization
- Loading branch information
1 parent
6d5799a
commit ea93347
Showing
6 changed files
with
53 additions
and
447 deletions.
There are no files selected for viewing
205 changes: 0 additions & 205 deletions
205
bin/x64/plugins/cyber_engine_tweaks/mods/cityhack/hacks/modules/car.lua
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
bin/x64/plugins/cyber_engine_tweaks/mods/cityhack/hacks/modules/other.lua
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,11 @@ | ||
local Other = {} | ||
|
||
function Other.RoadBlockToggle() | ||
local player = Game.GetPlayer() | ||
local target = Game.GetTargetingSystem():GetLookAtObject(player, false, false) | ||
local targetPS = target:GetDevicePS() | ||
|
||
target:ToggleBlockade() | ||
end | ||
|
||
return Other |
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
Oops, something went wrong.