-
Notifications
You must be signed in to change notification settings - Fork 16
GroundClampingMode
huggins edited this page May 3, 2023
·
4 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. |