Dota 2 Workshop Tools/Scripting/API/Global.GetGroundPosition: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Note | This page is automatically generated. Any changes may be overwritten}} | {{Note|This page is automatically generated. Any changes may be overwritten}}[[Category:Dota2Function]][[Category:Global]] | ||
[[Category:Dota2Function]] | |||
[[Category:Global]] | |||
== Function Description == | == Function Description == | ||
''' Vector GetGroundPosition(Vector ''Vector_1'', handle ''handle_2'') ''' | ''' Vector GetGroundPosition(Vector ''Vector_1'', handle ''handle_2'') ''' | ||
''Returns the supplied position moved to the ground. Second parameter is an NPC for measuring movement collision hull offset.'' | ''Returns the supplied position moved to the ground. Second parameter is an NPC for measuring movement collision hull offset.'' | ||
== Parameters == | == Parameters == | ||
Line 28: | Line 22: | ||
== Returns == | == Returns == | ||
''Vector'' - No Description Set | ''Vector'' - No Description Set |
Revision as of 05:24, 23 July 2023

Function Description
Vector GetGroundPosition(Vector Vector_1, handle handle_2)
Returns the supplied position moved to the ground. Second parameter is an NPC for measuring movement collision hull offset.
Parameters
Type | Name | Description |
---|---|---|
Vector | Vector_1 | No Description Set |
handle | handle_2 | No Description Set |
Returns
Vector - No Description Set