Function AnimationNode.setParameter

Sets a custom parameter. These are used as local storage, because resources can be reused across the tree or scenes.

void setParameter(VariantArg1) (
  in String name,
  in VariantArg1 value
);