Skip to content

Commit

Permalink
DCS API def added
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlblom committed Feb 26, 2024
1 parent a8f1530 commit 2cfe040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/Scripts/DCS-INSIGHT/lib/DCS_API_defines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ function lfs.writedir()
return ""
end

--- @return string Returns current directory for script
function lfs.currentdir()
return ""
end

---@class CockpitDevice
--- DCS Cockpit Device
CockpitDevice = {}
Expand Down

0 comments on commit 2cfe040

Please sign in to comment.