Add beamng debug link

This commit is contained in:
o1ler 2025-03-18 22:15:24 +01:00 committed by O1LER
parent 96c154225d
commit cdf203ccdf
2 changed files with 5 additions and 2 deletions

1
Docs Submodule

@ -0,0 +1 @@
Subproject commit 8880e95926493113e6b43d3b8dab66fea04270b2

View File

@ -77,13 +77,15 @@ This largely follows the [BeamNG extensions](https://documentation.beamng.com/mo
local M = {}
if extensions.isExtensionLoaded("examplePlugin") then
log("E", "examplePlugin", "examplePlugin loaded on clientt side")
log("E", "examplePlugin", "examplePlugin loaded on client side")
return
end
return M
```
**WIP**
Prints to the console that the examplePlugin was loaded
Refer to the [beamNG documentation on debug prints](https://documentation.beamng.com/modding/programming/debugging/#a-add-a-log) to learn more
## modScript.lua