User Tools

Site Tools


api:umfgui:umfbind

Description:
A class holding UMF binds.

Added In: v0.45

Function

    public class UMFBind
    {
        public KeyCode[] keyCodes;
        public string stringKeyCodes;
        public string command;
        public bool userDefined;
        public Action action;
        public string modName;
        public string bindName;
    }



Usage

//Coming soon



Examples

//Coming soon


This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on Create this page.

api/umfgui/umfbind.txt · Last modified: 2019/07/02 07:03 by umfdev