no i can do it in the editor. When my games are running I need to access projectName so I can send analytics info like
system.onStartLayout:action->send($projectName&" v"&projectVersion&" started.")
or
system.onEndLayout:action->send($projectName&" v"&projectVersion&" exited.")
The manual has projectVersion but not name...and projectVersion is available in the System Plugin but not projectName? Intentional for some reason?