RPGEmptyAction.parameter
public Object parameter { get; }Description#
Parameter (usually string display text) to use with this action
Usage#
Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RPGEmptyAction target) { System.Object result = target.parameter; } }