Dota 2 Workshop Tools/Scripting/API/GridNav.IsTraversable: 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 IsTraversable(Vector '''') ''' | ''' bool IsTraversable(Vector ''a'') ''' | ||
''Checks whether the given position is traversable'' | ''Checks whether the given position is traversable'' | ||
| Line 17: | Line 17: | ||
|- | |- | ||
| Vector | | Vector | ||
| | | a | ||
| No Description Set | | No Description Set | ||
|} | |} | ||
Revision as of 23:21, 8 August 2014
Function Description
bool IsTraversable(Vector a)
Checks whether the given position is traversable
Parameters
| Type | Name | Description |
|---|---|---|
| Vector | a | No Description Set |
Returns
bool - No Description Set