Skip to content

Commit

Permalink
feat(docs/natives/LoadResourceFile): Accepted suggestion from Avarian…
Browse files Browse the repository at this point in the history
…Knight to change the name of the parameter from directory to filePath

Co-authored-by: Dillon Skaggs <[email protected]>
  • Loading branch information
koketoo and AvarianKnight authored Jul 26, 2024
1 parent f88dc55 commit 1b9ff2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/native-decls/LoadResourceFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Example: `local data = LoadResourceFile("devtools", "client/data.json")`
## Parameters
* **resourceName**: The resource name.
* **directory**: The path of the file in the resource.
* **filePath**: The path to the file, relative to the specified resource
## Return value
The file contents

0 comments on commit 1b9ff2c

Please sign in to comment.