From 1312e6d47779d8cd555e8fb394aa1e37f4203c9c Mon Sep 17 00:00:00 2001 From: Pesde Index Updater Date: Tue, 20 Aug 2024 11:36:36 +0000 Subject: [PATCH] Add version prvdmwrong/lifecycles@0.2.0-dev.12 --- prvdmwrong/lifecycles | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/prvdmwrong/lifecycles b/prvdmwrong/lifecycles index 38d4015..0343a82 100644 --- a/prvdmwrong/lifecycles +++ b/prvdmwrong/lifecycles @@ -58,3 +58,23 @@ version: ^0.2.0-dev.11 index: https://github.com/daimond113/pesde-index - normal +- version: 0.2.0-dev.12 + realm: shared + published_at: 2024-08-20T11:36:36.353950152Z + description: | + Implements a "small" amount of lifecycle events for providers. + + We'll admit. We've gotten a bit too lifecycle happy: + + - `:onPostSimulation(dt: number)` runs every `RunService.PostSimulation` + - `:onPreSimulation(dt: number)` runs every `RunService.PreSimulation` + - `:onPreRender(dt: number)` runs every `RunService.PreRender` + - `:onPlayerAdded(player: Player)` runs every `Player.PlayerAdded` + - `:onPlayerLeaving(player: Player)` runs every `Player.PlayerLeaving` + - `:onShutdown()` binds to `game:BindToClose` for games and `plugin.Unloading` for plugins + dependencies: + core: + - name: prvdmwrong/core + version: ^0.2.0-dev.12 + index: https://github.com/daimond113/pesde-index + - normal