StatModifierPlugin.actionKeys
public String[] actionKeys { get; }Description#
Action keys the plugin responds to
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatModifierPlugin target) { string[] result = target.actionKeys; }
}