diff --git a/Doc/DML Documentation.pdf b/Doc/DML Documentation.pdf index 05551c3..9f10aba 100644 Binary files a/Doc/DML Documentation.pdf and b/Doc/DML Documentation.pdf differ diff --git a/modules/cfxNDB.lua b/modules/cfxNDB.lua index 921e6ff..637904d 100644 --- a/modules/cfxNDB.lua +++ b/modules/cfxNDB.lua @@ -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 = { diff --git a/tutorial & demo missions/demo - ADF and NDB fun.miz b/tutorial & demo missions/demo - ADF and NDB fun.miz index c8afbe7..8a57e64 100644 Binary files a/tutorial & demo missions/demo - ADF and NDB fun.miz and b/tutorial & demo missions/demo - ADF and NDB fun.miz differ