Custom Event Notifier
This component belongs to the following package:
- com.yahaha.sdk.horrorgame
This Custom Event Notifier allows you to add a NotifyEvent action to the attached YahahaObject. This action is useful for sharing events through the Event Trigger component on the same object.
Events and Actions
Events
- CustomEvent: An event notified by the NotifyObjectEvent() function, typically used in the Event Trigger component to trigger other actions.
Actions
- NotifyEvent: Actively sends an event named "CustomEvent" to the object that has this component, using the package name as the event scope.