Skip to content

Commit 4eee4d5

Browse files
committed
Update Service.hpp
1 parent 1434c41 commit 4eee4d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Foundation/Public/Aurora.Scene/Service.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ namespace Scene
137137
return Scene::Component<Type>(mWorld.component<Type>(ID.data()));
138138
}
139139

140+
// -=(Undocumented)=-
141+
template<typename ...Components>
142+
auto Event()
143+
{
144+
return mWorld.template event<Components...>();
145+
}
146+
140147
// -=(Undocumented)=-
141148
template<typename ...Components>
142149
auto React(CStr Name = "")

0 commit comments

Comments
 (0)