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

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




''' handle GetAllTreesAroundPoint(Vector ''Vector_1'', float ''float_2'', bool ''bool_3'') '''
''' table GetAllTreesAroundPoint(Vector ''Vector_1'', float ''float_2'', bool ''bool_3'') '''


''Returns a table full of tree HSCRIPTS (vPosition, flRadius, bFullCollision).''
''Returns a table full of tree HSCRIPTS (vPosition, flRadius, bFullCollision).''
Line 37: Line 37:
== Returns ==
== Returns ==


''handle'' - No Description Set
''table'' - No Description Set

Revision as of 17:27, 15 November 2015

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

Function Description

table GetAllTreesAroundPoint(Vector Vector_1, float float_2, bool bool_3)

Returns a table full of tree HSCRIPTS (vPosition, flRadius, bFullCollision).


Example
function GridNav:GetAllTreesAroundPoint( Vector_1, float_2, bool_3 ) end

Parameters

Type Name Description
Vector Vector_1 No Description Set
float float_2 No Description Set
bool bool_3 No Description Set

Returns

table - No Description Set