BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
116 stars 49 forks source link

get ENV value from Lua #322

Closed Mack29446 closed 1 month ago

Mack29446 commented 1 month ago

a lua function to get a certain ENV value

lionkor commented 1 month ago

os.getenv should do it, does it not catch it?

Mack29446 commented 1 month ago

ah that works, thanks