EventScope

class EventScope(val entity: Entity, data: List<*>) : ResultScope

Stores processed data for the event entity in an event.

This entity stores instructions in the form of components that will typically affect the source or target.

See also

Constructors

Link copied to clipboard
constructor(entity: Entity, data: List<*>)

Properties

Link copied to clipboard