Dota 2 Workshop Tools/Scripting/API/GridNav.IsNearbyTree: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
| Line 4: | Line 4: | ||
''' bool IsNearbyTree(Vector '''', float '''', bool '''') ''' | ''' bool IsNearbyTree(Vector ''position'', float ''radius'', bool ''c'') ''' | ||
'' | '' '' | ||
| 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 23:21, 8 August 2014
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