Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrettMayson/Arma3Server
/ mod_param
Function
mod_param
launch.py:13–14 ·
view source on GitHub ↗
(name, mods)
Source
from the content-addressed store, hash-verified
11
print(
"Starting Arma 3 Server..."
)
12
13
def
mod_param(name, mods):
14
return
' -{}="{}" '
.format(name,
";"
.join(mods))
15
16
def
env_defined(key):
17
return
key in os.environ and len(os.environ[key]) > 0
Callers
1
launch.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected