Skip to content

GroundClampingMode

Quintin edited this page May 16, 2023 · 2 revisions

Ground Clamping Mode

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

public enum EGroundClampingMode
{
	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