Documentation Issue Type
Location
Page/File: https://hytalemodding.dev/en/docs/server/interaction-reference
Section: new section (perhaps Movement or Misc)
Suggested Improvement
I noticed the ApplyForce Interaction in the Assets/Server/Item/Items/Glider/Template_Glider.json JSON wasn't documented, and I think it could be pretty useful for some folks (though I don't know enough to fill in all the details):
### ApplyForce
**ApplyForce Fields**
| Field Name | Type | Required? | Notes |
|------------|------|-----------|-------|
| Direction | X, Y, Z `Float`<br />(Defaults: 0.0) |
| AdjustVertical | `Boolean` |
| Force | `Float` <br />(Default: 0.0) |
| WaitForGround | `Boolean` |