Jump to content

Trying to find the current seat occupied by the player in the Apache


Chooch

Recommended Posts

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.

Link to comment
Share on other sites

  • 1 year later...

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();
}
]]

Link to comment
Share on other sites

  • Recently Browsing   0 members

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