2024-03-16 19:45:43 +02:00
|
|
|
# Event
|
2024-03-17 00:05:55 +02:00
|
|
|
**Inherits:** [Resource](https://docs.godotengine.org/de/4.x/classes/class_resource.html)
|
2024-03-16 19:45:43 +02:00
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
## Description
|
2024-03-16 19:45:43 +02:00
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
Base class for all events
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
| Returns | Name |
|
|
|
|
| ------- | --------------------------------------------------------- |
|
|
|
|
| void | [merge](#merge) ( event: [Event](/reference/Event.html) ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
|
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
## Method Descriptions
|
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
### merge (event: [Event](/reference/Event.html) ) -> void {#merge}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
Merges the current event with another event. This is used in the EventSystem internally.
|