| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Mischief.ECS.Events
Documentation
flushEvents :: System () Source #
runEvent :: ErasedEvent -> System () Source #
data OnInsertRel (c :: k) Source #
Constructors
| OnInsertRel | |
Instances
| Show (OnInsertRel c) Source # | |
Defined in Mischief.ECS.Events Methods showsPrec :: Int -> OnInsertRel c -> ShowS # show :: OnInsertRel c -> String # showList :: [OnInsertRel c] -> ShowS # | |
| (Typeable c, Typeable k) => Event (OnInsertRel c) Source # | |
Defined in Mischief.ECS.Events Methods eraseEvent :: OnInsertRel c -> ErasedEvent Source # | |
data OnRemoveRel (c :: k) Source #
Constructors
| OnRemoveRel | |
Instances
| Show (OnRemoveRel c) Source # | |
Defined in Mischief.ECS.Events Methods showsPrec :: Int -> OnRemoveRel c -> ShowS # show :: OnRemoveRel c -> String # showList :: [OnRemoveRel c] -> ShowS # | |
| (Typeable c, Typeable k) => Event (OnRemoveRel c) Source # | |
Defined in Mischief.ECS.Events Methods eraseEvent :: OnRemoveRel c -> ErasedEvent Source # | |