AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: components/system/base_event_component.gd
Version: 6.0
class_name: BaseEventComponent
extends: Component
Signals
(none)
Exports
timestamp: float = 0.0- Mark the event as processed to prevent duplicate handling
entity_id: String = ""success: bool = falseis_processed: bool = falseis_active: bool = truepriority: int = 0message: String = ""details: Dictionary = {}
Methods
_init -> voidmark_processed -> voidis_recent(seconds: float = 1.0) -> bool