Rex Posted September 3, 2023 Posted September 3, 2023 I know how to do it from the ME, but from Lua, how do I clear the text box in the upper right? Similar to a os.system('clear') in Python? Rex's Rig Intel i9-14900K | Nvidia RTX 4090 | 64GB DDR5 | 3x4TB 990 Pro M2 SSDs | HP Reverb 2 | 49" Samsung 5120x1440 @ 120Mhz TM Warthog Stick + Throttle | TM Pendulum Pedals | MS Sidewinder 2 FFB | Track IR | Cougar MFD x 2
Solution cfrag Posted September 3, 2023 Solution Posted September 3, 2023 6 hours ago, Rex said: how do I clear the text box in the upper right? Very much like in ME. You invoke trigger.action.outText() and pass true to the optional clearview parameter. That's like ticking the equivalent box in message to all. 1
Rex Posted September 4, 2023 Author Posted September 4, 2023 10 hours ago, cfrag said: Very much like in ME. You invoke trigger.action.outText() and pass true to the optional clearview parameter. That's like ticking the equivalent box in message to all. Thank you! Rex's Rig Intel i9-14900K | Nvidia RTX 4090 | 64GB DDR5 | 3x4TB 990 Pro M2 SSDs | HP Reverb 2 | 49" Samsung 5120x1440 @ 120Mhz TM Warthog Stick + Throttle | TM Pendulum Pedals | MS Sidewinder 2 FFB | Track IR | Cougar MFD x 2
jonsky7 Posted November 16, 2023 Posted November 16, 2023 On 9/3/2023 at 8:00 AM, Rex said: I know how to do it from the ME, but from Lua, how do I clear the text box in the upper right? Similar to a os.system('clear') in Python? Could you tell me how to do it from ME please?
cfrag Posted November 18, 2023 Posted November 18, 2023 On 11/16/2023 at 11:22 PM, jonsky7 said: Could you tell me how to do it from ME please? Like this: tick the box "clearview"
Recommended Posts