Export ArchetypeOnCreate and ArchetypeOnDelete events

This commit is contained in:
Ukendio 2025-07-06 17:07:40 +02:00
parent cf94a48a40
commit eed1b6179e

View file

@ -3066,6 +3066,8 @@ return {
Remove = (EcsRemove :: any) :: Entity, Remove = (EcsRemove :: any) :: Entity,
Name = (EcsName :: any) :: Entity<string>, Name = (EcsName :: any) :: Entity<string>,
Exclusive = EcsExclusive :: Entity, Exclusive = EcsExclusive :: Entity,
ArchetypeCreate = EcsOnArchetypeCreate,
ArchetypeDelete = EcsOnArchetypeDelete,
Rest = (EcsRest :: any) :: Entity, Rest = (EcsRest :: any) :: Entity,
pair = (ECS_PAIR :: any) :: <P, O>(first: Id<P>, second: Id<O>) -> Pair<P, O>, pair = (ECS_PAIR :: any) :: <P, O>(first: Id<P>, second: Id<O>) -> Pair<P, O>,