51st-Vfw / JAFDTC

JAFDTC DTC tool for DCS
GNU General Public License v3.0
0 stars 1 forks source link

Airframe Lua Cleanup #23

Closed ilominar closed 6 months ago

ilominar commented 6 months ago

Removed distinctions between conditional checks, exec functions, etc. All now named with "Fn" tag. Added expected value parameter to If/While commands to simplify Lua side (eliminated "Is" and "IsNot"). Refactored Query API in UploadAgentBase to absorb Task.Run. Clean up of airframe side Lua code.