-
Notifications
You must be signed in to change notification settings - Fork 7
server.services.CombatMiddleware.Particles.Particles
Mahatma Kollu edited this page Oct 19, 2021
·
2 revisions
server/services/CombatMiddleware/Particles.Particles
Attaches to the Hit and Blocked middleware and emits sparks on the blocked middleware and gore on the hit middleware if a player has been hit.
OnInit
• new Particles()
▸ EmitGore(part): void
| Name | Type |
|---|---|
part |
BasePart |
void
src/server/services/CombatMiddleware/Particles.ts:27
▸ EmitSparks(part): void
| Name | Type |
|---|---|
part |
BasePart |
void
src/server/services/CombatMiddleware/Particles.ts:51
▸ onInit(): void
void
OnInit.onInit
- client/controllers/SpringCam
- client/controllers/Direction
- client/controllers/Rotation
- client/controllers/Shake
- client/controllers/Input
- server/modules/InputParser
- server/modules/Middleware
- server/modules/AnimPlayer
- server/modules/Action
- server/modules/Defer