ArgParse

An asset by BryceDixon
The page banner background of a mountain and forest
ArgParse hero image

Quick Information

0 ratings
ArgParse icon image
BryceDixon
ArgParse

Parses command line arguments and options to allow for settings to be provided to a game when it's run.Usage:`ArgParse.get_options()` returns a dictionary of command-line options. eg: `game --foo=5 --bar` will return `{"foo":5, "bar":null}``ArgParse.get_arguments()` returns an array of command-line arguments. eg: `game foo bar` will return `[foo bar]`

Supported Engine Version
3.4
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

GodotArgParse

Command line argument and option parsing for the Godot game engine.

README Usage badge

Privacy Notice

As of version 1.1, this addon has a feature where it sends an HTTP POST request to a webserver which includes the project name it's being used in, which may be considered identifying information. The purpose of this data collection is purely to track the number of projects the addon is used in.

By enabling this plugin without modification, you agree to this data collection. If you would like to disable this data collection, you may remove the _enter_tree function in plugin.gd.

Parses command line arguments and options to allow for settings to be provided to a game when it's run.

Usage:
`ArgParse.get_options()` returns a dictionary of command-line options. eg: `game --foo=5 --bar` will return `{"foo":5, "bar":null}`
`ArgParse.get_arguments()` returns an array of command-line arguments. eg: `game foo bar` will return `[foo bar]`

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
ArgParse icon image
BryceDixon
ArgParse

Parses command line arguments and options to allow for settings to be provided to a game when it's run.Usage:`ArgParse.get_options()` returns a dictionary of command-line options. eg: `game --foo=5 --bar` will return `{"foo":5, "bar":null}``ArgParse.get_arguments()` returns an array of command-line arguments. eg: `game foo bar` will return `[foo bar]`

Supported Engine Version
3.4
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers