Archive 17/01/2023.

Does C++ engine accept command line params?

johnnycable

Urho3D player has the option of using command line parameters. Can Urho C++ do the same?
What I’d like to know is if it exists some urho api part I’ve missed that can do command line scan in the way the player does, without recurring to scripting, I mean
Thanks guys

kostik1337

Yes, it supports them the same way as Urho3D player, unless you override them in Application::Setup, command-line options have lower priority than options specified in code

Eugene
johnnycable

Thank you guys (20 character filler)