# Is Point In Shrub

Grammar — Is point point in a Shrub
FlagsNative | Function

Returns whether a point is in a shrub.

# Arguments

  • point — Point

Returns — bool

native bool InShrub(point inPos);

Category: AI Advanced / Utility / Functions

# Examples

# mods/heroesdata.stormmod

GameDataHelperLib.galaxy

// L3180
InShrub(lv_positionToCheck)
// L3262
InShrub(lv_positionToCheck)