-
Notifications
You must be signed in to change notification settings - Fork 5
GroundClampingMode
Quintin edited this page May 16, 2023
·
2 revisions
The different types of ground clamping usable by the DIS Receive Component.
public enum EGroundClampingMode
{
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. |