mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
v0.95 public
Version 0.95: Helo Troops, NDB
This commit is contained in:
parent
52d5a2e523
commit
5612d14f23
Binary file not shown.
@ -1,5 +1,19 @@
|
||||
cfxNDB = {}
|
||||
cfxNDB.version = "1.0.0"
|
||||
|
||||
--[[--
|
||||
cfxNDB:
|
||||
Copyright (c) 2021 by Christian Franz and cf/x AG
|
||||
|
||||
Zone enhancement that simulates an NDB for a zone.
|
||||
If zone is linked, the NDB's location is updated
|
||||
regularly.
|
||||
Currently, the individual refresh is only respected
|
||||
correctly if it's longer than the module's refresh and
|
||||
an even multiple of module's refresh, else it will be
|
||||
refreshed at the next module update cycle
|
||||
--]]--
|
||||
|
||||
cfxNDB.verbose = false
|
||||
cfxNDB.ups = 10 -- every 10 seconds
|
||||
cfxNDB.requiredLibs = {
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user