Skip to content

GroundClampingMode

huggins edited this page May 3, 2023 · 4 revisions

Ground Clamping Mode

The different types of ground clamping usable by the DIS Receive Component.

enum class EGroundClampingMode : uint8
{
	None,
	GroundClampWithDISOptions,
	AlwaysGroundClamp
};

Values

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.

Clone this wiki locally