An interface for grabbing callbacks. More...
Public Member Functions | |
| void | OnPlayerArmGrab (ModPlayerCharacter character, ModRagdollHandJoint handJoint) |
| Called when player grabs this object Called on Server. | |
| void | OnPlayerArmRelease (ModPlayerCharacter character, ModRagdollHandJoint handJoint) |
| Called when player releases this object Called on Server. | |
Public Member Functions inherited from ModWobblyLife.IModGrabbable | |
| bool | IsGrabbable () |
| Whether this object is grabbable or not. | |
An interface for grabbing callbacks.
| void ModWobblyLife.IModGrabInteract.OnPlayerArmGrab | ( | ModPlayerCharacter | character, |
| ModRagdollHandJoint | handJoint | ||
| ) |
Called when player grabs this object Called on Server.
| character | The Character grabbing this |
| handJoint | Which hand they are using to grab it |
Implemented in ModWobblyLife.ModGrabInteract.
| void ModWobblyLife.IModGrabInteract.OnPlayerArmRelease | ( | ModPlayerCharacter | character, |
| ModRagdollHandJoint | handJoint | ||
| ) |
Called when player releases this object Called on Server.
| character | The Character grabbing this |
| handJoint | Which hand they are using to grab it |
Implemented in ModWobblyLife.ModGrabInteract.