RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.GeneralHelpers.SoundPlayer.EventPosterKey

SoundPlayer.EventPosterKey.EventPosterKey(KeyCode, uint[]) Constructor

Constructor for building the data for binding keys with assigned Event IDs.
There may be duplicate Event IDs that can exist in one keybind.

public EventPosterKey(KeyCode key, params uint[] eventIds);

Parameters

key UnityEngine.KeyCode
Key to be assigned to

eventIds System.UInt32[]
Group of Event IDs