Dota 2 Workshop Tools/Scripting/API/Global.CalcClosestPointOnEntityOBB: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
mNo 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 CalcClosestPointOnEntityOBB(handle ''handle_1'', Vector ''Vector_2'') '''
''' Vector CalcClosestPointOnEntityOBB(handle ''handle_1'', Vector ''Vector_2'') '''


''Compute the closest point on the OBB of an entity.''
''Compute the closest point on the OBB of an entity.''


;Example
;Example
Line 32: Line 26:


== Returns ==
== Returns ==
''Vector'' - No Description Set
''Vector'' - No Description Set

Revision as of 17:53, 23 July 2023

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

Function Description

Vector CalcClosestPointOnEntityOBB(handle handle_1, Vector Vector_2)

Compute the closest point on the OBB of an entity.

Example
function CalcClosestPointOnEntityOBB( handle_1, Vector_2 ) end

Parameters

Type Name Description
handle handle_1 No Description Set
Vector Vector_2 No Description Set

Returns

Vector - No Description Set