Game Development Community

Detect which exe launched game

by Howard Dortch · in Torque 3D Professional · 03/11/2016 (2:03 pm) · 2 replies

I have an issue where I need to know from script which application launched the game.
gameA.exe
gameB.exe

Is there a script function to know which exe started the game?


#1
07/02/2016 (2:43 pm)
Hey, not sure if you still need this, but "getExecutableName()" script function is probably what you're looking for.
#2
07/03/2016 (7:54 am)
Yeah found that, thanks for the reply