# Creep Adjacent
Grammar — Number of creep tiles adjacent to inPosition
Flags —Native
|Function
Returns the number of creep tiles adjacent to a point.
# Arguments
point
— Position
Returns — int
native int CreepAdjacent(point inPos);
# Related
Category: Environment / Creep And Power
- Set Creep Speed —
void
— CreepSetSpeed - Modify Creep —
void
— CreepModify - Creep Is Present —
bool
— CreepIsPresent - Creep Adjacent —
int
— CreepAdjacent - FunctionDef/Name/lib_Ntve_00000250 —
int
— PowerLevel - Power Level —
int
— PowerLevel - FunctionDef/Name/lib_Ntve_00000251 —
bool
— PowerIsProvidedBy - Power Is Provided By —
bool
— PowerIsProvidedBy
# Examples
— None found —