mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[MIRROR] Signals fire world.time (#7326)
* Signals fire world.time (#60603) * Signals fire world.time Co-authored-by: Gurkenglas <gurkenglas@hotmail.de>
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
|
||||
// Components
|
||||
|
||||
/// The value that is sent whenever a component is simply sending a signal. This can be anything.
|
||||
#define COMPONENT_SIGNAL 1
|
||||
/// The value that is sent whenever a component is simply sending a signal. This can be anything, and is currently the seconds since roundstart.
|
||||
#define COMPONENT_SIGNAL (world.time / (1 SECONDS))
|
||||
|
||||
// Comparison defines
|
||||
#define COMP_COMPARISON_EQUAL "="
|
||||
|
||||
Reference in New Issue
Block a user