User Tools

Site Tools


api:umfgui:umfconsolecommand

Description:
A class holding console commands.

Added In: v0.45

Function

    public class UMFConsoleCommand
    {
        public string name;
        public string command;
        public string[] aliases;
        public int arguments;
        public string description;
        public Action action;
    }



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/umfconsolecommand.txt · Last modified: 2019/07/02 07:04 by umfdev