Class Parameter

java.lang.Object
VASSAL.configure.Parameter

public class Parameter extends Object
A Description of a Parameter to be set in a target gamepiece - A Dynamic property name - A value, which may be an expression and contain $$ variables.
  • Field Details

  • Constructor Details

    • Parameter

      public Parameter(String propertyName, String value)
    • Parameter

      public Parameter(String encoded)
  • Method Details