Dota 2 Workshop Tools/Scripting/API/Global.FindClearSpaceForUnit: 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:




''' void FindClearSpaceForUnit(handle '''', Vector '''', bool '''') '''
''' void FindClearSpaceForUnit(handle ''a'', Vector ''b'', bool ''c'') '''


''Place a unit somewhere not already occupied.''
''Place a unit somewhere not already occupied.''

Revision as of 23:06, 8 August 2014

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

Function Description

void FindClearSpaceForUnit(handle a, Vector b, bool c)

Place a unit somewhere not already occupied.


Parameters

Type Name Description
handle a No Description Set
Vector b No Description Set
bool c No Description Set