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