Skip to content

Commit

Permalink
Merge branch '133-if-you-do-it-quickndirty-your-code-quality-will-suf…
Browse files Browse the repository at this point in the history
…fer' of https://github.com/Ismoh/NoitaMP into 133-if-you-do-it-quickndirty-your-code-quality-will-suffer
  • Loading branch information
Ismoh committed Dec 9, 2023
2 parents ff89126 + 5555afa commit 8e7abde
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/lua-docs/doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
},
{
"extends": {
"finish": 10180086,
"finish": 10180087,
"start": 10180039,
"type": "binary",
"view": "NativeEntityMap"
Expand Down Expand Up @@ -2187,6 +2187,19 @@
"start": 6040008,
"type": "setfield"
},
{
"extends": {
"finish": 6440092,
"start": 6440044,
"type": "binary",
"view": "NativeEntityMap"
},
"file": "https://github.com/Ismoh/NoitaMPmods/noita-mp/files/scripts/util/EntityUtils.lua",
"finish": 6440041,
"name": "nativeEntityMap",
"start": 6440008,
"type": "setfield"
},
{
"extends": {
"finish": 6110019,
Expand Down Expand Up @@ -2338,7 +2351,7 @@
}
],
"desc": "Constructor for EntityUtils. With this constructor you can override the default imports.\n\n@*param* `client` — required\n\n@*param* `customProfiler` — required\n\n@*param* `enitityCacheUtils` — required\n\n@*param* `entityCache` — required\n\n@*param* `globalsUtils` — optional\n\n@*param* `logger` — optional\n\n@*param* `minaUtils` — required\n\n@*param* `networkUtils` — required\n\n@*param* `networkVscUtils` — required\n\n@*param* `noitaComponentUtils` — required\n\n@*param* `noitaMpSettings` — required\n\n@*param* `nuidUtils` — required\n\n@*param* `server` — required\n\n@*param* `utils` — optional\n\n@*param* `np` — required\n\n@*param* `nativeEntityMap` — optional",
"finish": 6440003,
"finish": 6480003,
"returns": [
{
"type": "function.return",
Expand Down Expand Up @@ -10239,7 +10252,7 @@
},
{
"extends": {
"finish": 10430086,
"finish": 10430087,
"start": 10430039,
"type": "binary",
"view": "NativeEntityMap"
Expand Down
7 changes: 7 additions & 0 deletions docs/lua-docs/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,13 @@ MinaUtils

Util class for fetching information about local and remote minas.

### nativeEntityMap


```lua
NativeEntityMap
```

### networkUtils


Expand Down

0 comments on commit 8e7abde

Please sign in to comment.