EntGrabBodySettings
Grab Body Settings
Adds player grab settings that apply to entire physics body
ID: EntGrabBodySettings
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Ignore Weight | Bool Variable | Will allow easy grabbing and ignore the physics bodies weight |
No Grabbing | Bool Variable | |
Is Grabbed | Bool Variable | - ReadOnly |
Events
Name | Description |
---|---|
Grabbed By(Entity otherEntity, Entity ourEntity) | |
Released By(Entity otherEntity, Entity ourEntity) |
Return Value Events
Name | Type | Description |
---|---|---|
Can Entity Grab(Entity otherEntity, Entity ourEntity) | Bool |
Updated almost 2 years ago