Herman Geschrieben 8. Oktober 2021 Geschrieben 8. Oktober 2021 Hello, is there in the EV a possibility to find the target of a vehicle (*) ( or I overlooked it again but) ( because it was released random, and after setting another target I want to find the original target again). Or a workaround ? Kind regards, Herman ( the studio shows the name of the target track contact if the mouse is on the target symbol, you can delete it, finding that "end" track contact as new target is enough for me )
Herman Geschrieben 8. Oktober 2021 Autor Geschrieben 8. Oktober 2021 Hello, I can of course note the target when it is first set in a variable of the car. The original question remains. Kind regards, Herman
Neo Geschrieben 8. Oktober 2021 Geschrieben 8. Oktober 2021 Hi Herman, each vehicle has a target property, which can be accessed by Lua. The target property is currently not available by the graphical EV, because a target is either a single track contact or a list of track contacts, and this combination is not supported by the graphical EV. So if you don't want to switch to Lua, then save the target on your own in a variable. Kind regards, Neo
Herman Geschrieben 8. Oktober 2021 Autor Geschrieben 8. Oktober 2021 4 minutes ago, Neo said: each vehicle has a target property, which can be accessed by Lua Hello, @Neo, of course Lua is fine for me. That's what I wanted to know. Thank you Neo.
Herman Geschrieben 8. Oktober 2021 Autor Geschrieben 8. Oktober 2021 Hello for for those interested, für Interessierte -- keep the target in a variable -- behalte das Ziel in einer Variablenvehicle.variables["#AU target"] = vehicle.target -- test print( vehicle.target.name ) -- end test Kind regards, Herman
Empfohlene Beiträge
Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren
Du musst ein Benutzerkonto besitzen, um einen Kommentar verfassen zu können
Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen.
Neues Benutzerkonto erstellenAnmelden
Du hast bereits ein Benutzerkonto? Melde dich hier an.
Jetzt anmelden