Dota 2 Workshop Tools/Scripting/API/GridNav.IsNearbyTree: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 4: Line 4:




''' bool IsNearbyTree(Vector '''', float '''', bool '''') '''
''' bool IsNearbyTree(Vector ''position'', float ''radius'', bool ''c'') '''


''(position, radius, checkFullTreeRadius?) Checks whether there are any trees overlapping the given point''
'' ''




Line 17: Line 17:
|-
|-
| Vector
| Vector
|  
| position
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| radius
| No Description Set
| No Description Set
|-
|-
| bool
| bool
|  
| c
| No Description Set
| No Description Set
|}
|}

Revision as of 00:21, 9 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

bool IsNearbyTree(Vector position, float radius, bool c)


Parameters

Type Name Description
Vector position No Description Set
float radius No Description Set
bool c No Description Set

Returns

bool - No Description Set