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