Alarm Event Library


A factorio mod library that adds alarm events that will be raised on a mod developer specified tick. Handling the conditional event handlers is up to the mod developer using this library.

Internal
3 days ago
2.0
2
Owner:
Funtime60
Source:
https://github.com/Funtime60/Alarm-Event
Homepage:
https://github.com/Funtime60/Alarm-Event
License:
MIT
Created:
3 days ago
Latest Version:
0.0.1 (3 days ago)
Factorio version:
2.0
Downloaded by:
2 users

Exposes 4 functions through the "Alarm-Event" interface.
setAlarm - creates/gets an alarm by tick/delay
delAlarm - deletes and alarm by eventID
getAlarm - gets an alarm by eventID
isStorageSafe - takes a variable and checks if it can be stored

Control.lua can also be required to get a table with wrapper functions for these interface functions. More details and docs will be made later. First I need to make a post asking for input.