mirror of
https://github.com/pesde-pkg/index.git
synced 2024-12-12 11:20:36 +00:00
Add version prvdmwrong/lifecycles@0.2.0-dev.9
This commit is contained in:
parent
993524e4a2
commit
beb1a27453
1 changed files with 20 additions and 0 deletions
|
@ -18,3 +18,23 @@
|
||||||
version: ^0.2.0-dev.8
|
version: ^0.2.0-dev.8
|
||||||
index: https://github.com/daimond113/pesde-index
|
index: https://github.com/daimond113/pesde-index
|
||||||
- normal
|
- normal
|
||||||
|
- version: 0.2.0-dev.9
|
||||||
|
realm: shared
|
||||||
|
published_at: 2024-08-18T06:05:38.297733819Z
|
||||||
|
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.9
|
||||||
|
index: https://github.com/daimond113/pesde-index
|
||||||
|
- normal
|
||||||
|
|
Loading…
Reference in a new issue