12 lines
449 B
Text
12 lines
449 B
Text
|
name: Triggerer
|
||
|
short: A trigger object to trigger things and read in triggers
|
||
|
description: An object used for other objects to connect to for triggers.
|
||
|
Objects can call the read function with a callback function to
|
||
|
read in future triggers of a key to that callback. Objects can
|
||
|
then call the trigger function to trigger everything listening
|
||
|
to a key.
|
||
|
accent: #dada00
|
||
|
log_category: TRI
|
||
|
icon: res://components/Triggerer/radio.svg
|
||
|
version: v1.0.0
|