isTouchingGround objectName

Operand types

objectName: Object

Type of returned value

Description

Returns true if object is touching the ground.

Used In

Arma3

Example

if (isTouchingGround player) then {
hint "The Eagle has landed!";
};
Search OFPEC COMREF