Jump to content

Recommended Posts

Posted

Hello !

 

What are the levels in LUA export ?

 

LoGetLockedTargetInformation() -- (args - 0, results - 1 (table of current locked targets tables))

this functions return the table of the next target data

target =

{

ID , -- world ID (may be 0 ,when ground point track)

type = {level1,level2,level3,level4}, -- world database classification

 

 

-----------------------------------------------------------

 

 

LoGetTWSInfo() -- return Threat Warning System status (result the table )

result_of_LoGetTWSInfo =

{

Mode = , -- current mode (0 - all ,1 - lock only,2 - launch only

Emitters = {table of emitters}

}

emitter_table =

{

ID =, -- world ID

Type = {level1,level2,level3,level4}, -- world database classification of emitter

LOTATC .NET // LOVICA .NET // 3rd Wing

Posted

I was hoping to use this kind of export to somehow automate the F-15's radar in a realistic way. Im more interested in ECM and locked target flags.

 

Unfortunatly Im too ignorant in this area to be of much help.

.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...