Custom Commands API


An Api for mod developers to add customized commands via a gui

7 years ago
0.14
6
Owner:
coltonj96
Source:
https://github.com/coltonj96/CustomCommands
Homepage:
N/A
License:
MIT
Created:
7 years ago
Latest Version:
0.0.3 (7 years ago)
Factorio version:
0.14
Downloaded by:
6 users

An api that allows use of customized commands via a gui
Default hot-key: 'SHIFT + GRAVE'
For mod developers who want to use this api, please take a look at the source of this example mod: https://mods.factorio.com/mods/coltonj96/CustomCommandsExample

Changelog

0.0.3

  • Fixed some bugs
  • Added option to add descriptions to commands via a tooltip

0.0.2

  • Added automatic command detection
  • Changed how commands are registered

0.0.1

  • Initial Release