-
Notifications
You must be signed in to change notification settings - Fork 20
GroundClampingMode
huggins edited this page Apr 10, 2025
·
6 revisions
The different types of ground clamping usable by the DIS Receive Component.
enum class EGroundClampingMode : uint8
{
None,
GroundClampWithDISOptions,
AlwaysGroundClamp
};| Name | Description |
|---|---|
| None | Never ground clamp this entity. |
| GroundClampWithDISOptions | Ground clamp this entity if it is of the ground domain and not a munition. |
| AlwaysGroundClamp | Always ground clamp this entity. |