Skip to content

Commit

Permalink
Adding missing docs for GetWorkingDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Natashi committed Feb 7, 2022
1 parent 48db7d2 commit c9d7194
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions New Functions Documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,16 @@ ALL ARGUMENTS ARE FLOATS UNLESS STATED OTHERWISE
Returns an array of all filepaths stored inside the specified archive.
The archive must have already been loaded with AddArchiveFile, otherwise an empty array will be returned.

GetWorkingDirectory
Returns:
(string) working directory
Description:
Returns the working directory of the engine.

The working directory is the directory in which the engine is operating in,
and will always be in the same directory as the exe's if the engine was started normally.
But there are some cases where the working directory won't necessary be the same as the exe's, such as when the game is started via Steam.

GetModuleName
Returns:
(string) module name
Expand Down

0 comments on commit c9d7194

Please sign in to comment.