PXC Documentation

PXC Home

Argument

1.18.0

Node Data

Display name

Argument

Internal name

Node_Argument

Inheritances

Node_Argument

Inputs

text

Tag

enum

Type

text

Default Value

Outputs

text

Value


This nodes allow you to add custom command line arguments to the project. This can be useful for passing additional data to the project. For example, in a project named "cli.pxc" if the Tag value is set to "arg", then you can use the following command line arguments: ./[pixelcomposer.exe] cli.pxc --arg 10 This will set the value of the node output to 10.



Properties


Tag


Tag of the argument.


Type


Whether to interpret the argument as a string or a number.


Default Value


Default value of the argument.



Related Links