Jump to content

Recommended Posts

Posted

In the AH-64 there is a bunch of duplicated hardware for pilot and CPG, so we have the corresponding seat-specific commands to send to the LUA export.  The problem is, my software needs to know which seat I'm currently sitting in to send commands to the correct one.

Does anyone know of a parameter I can poll to get the current seat?  I've looked around in the data returned by LoGetSelfData() but didn't have any luck.

Thanks for any clues.

  • 1 year later...
Posted

Hi Chooch, did you end up finding anything on this? I'm looking for it as well.

The closest thing I found was in command_defs.lua, the following commented code:

--[[
reset_counter()
head_wrapper_commands =
{
    OccupySeatPLT    = counter();
    OccupySeatCPG    = counter();
}
]]

  • Recently Browsing   0 members

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