# Creep Adjacent

Grammar — Number of creep tiles adjacent to inPosition
FlagsNative | Function

Returns the number of creep tiles adjacent to a point.

# Arguments

  • point — Position

Returns — int

native int CreepAdjacent(point inPos);

Category: Environment / Creep And Power

# Examples

— None found —