MCPcopy 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

11print("Starting Arma 3 Server...")
12
13def mod_param(name, mods):
14 return ' -{}="{}" '.format(name, ";".join(mods))
15
16def env_defined(key):
17 return key in os.environ and len(os.environ[key]) > 0

Callers 1

launch.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected