mirror of
https://github.com/BeamMP/Docs.git
synced 2026-02-16 02:20:44 +00:00
Add beamng debug link
This commit is contained in:
1
Docs
Submodule
1
Docs
Submodule
Submodule Docs added at 8880e95926
@@ -77,13 +77,15 @@ This largely follows the [BeamNG extensions](https://documentation.beamng.com/mo
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
if extensions.isExtensionLoaded("examplePlugin") then
|
if extensions.isExtensionLoaded("examplePlugin") then
|
||||||
log("E", "examplePlugin", "examplePlugin loaded on clientt side")
|
log("E", "examplePlugin", "examplePlugin loaded on client side")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
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
|
## modScript.lua
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user