Understand MP_vSwimming Component
This component is quite simple. It performs the exact same as the original component but has 2 new events on it.
| Event | Description |
|---|---|
| OnUnderWaterOwner | This is only invoked when you're the owner of this character and you go underwater. |
| OnAboveWaterOwner | This is only invoked when you're the owner of this character and you go above water. |
| OnUnderWater | Same as OnUnderWaterOwner but is called for everyone (including the owner) |
| OnAboveWater | Same as OnAboveWaterOwner but is called for everyone (including the owner) |