Skip to content
mba105 edited this page Sep 21, 2014 · 1 revision

Home > [Scripting Reference](Scripting Reference) > _ARGS


_ARGS

The _ARGS global variable stores any arguments to the current action. As an example, if this command line was used to launch Premake...

$ premake4 vs2005 alpha beta

...then _ARGS[1] will be set to "alpha" and _ARGS[2] to "beta". If there are no arguments this array will be empty.

Clone this wiki locally