# Terrain Has Custom Attribute

Grammar — Terrain has custom attribute attribute at point
FlagsNative | Function

Returns true if the custom attribute exists at the given terrain point. Custom attributes may be painted in the Terrain module.

# Arguments

  • point — Point
  • int — Attribute

Returns — bool

native bool HasCustomCellAttribute(point inPos, int inAtt);

Category: Environment / Terrain And Water

# Examples

— None found —