PDA

View Full Version : is there any packets in AutoX?


skywatcher122
20th March 2011, 03:34
I'm requesting if there is a AX packet to detect if the layout is being edited, changed or moved to receive via insim? :shrug:

PoVo
20th March 2011, 07:07
You can check if the number of objects have changed :thumb: Just send a TINY_AXI, and you'll receive an IS_AXI :)

struct IS_AXI // AutoX Info
{
byte Size; // 40
byte Type; // ISP_AXI
byte ReqI; // 0 unless this is a reply to an TINY_AXI request
byte Zero;

byte AXStart; // autocross start position
byte NumCP; // number of checkpoints
word NumO; // number of objects

char LName[32]; // the name of the layout last loaded (if loaded locally)
};

skywatcher122
20th March 2011, 11:09
ahh oh yea i remember AXI thanks povo btw, i want to know who edited, changed it thats the reason im searching if the UCID or PLID is capable in there :razz:

PoVo
20th March 2011, 14:20
As far as I know, you can't do that.

The only closest thing to that is getting the PLID of a person who hit a layout object :shrug: