Support custom deprecation messages in bindings generator
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
||||
/// <param name="point">The source point.</param>
|
||||
/// <param name="result">The result position on the navmesh (valid only if method returns true).</param>
|
||||
/// <returns>True if found valid location on the navmesh, otherwise false.</returns>
|
||||
API_FUNCTION() DEPRECATED bool ProjectPoint(const Vector3& point, API_PARAM(Out) Vector3& result) const
|
||||
API_FUNCTION() DEPRECATED("Use FindClosestPoint instead") bool ProjectPoint(const Vector3& point, API_PARAM(Out) Vector3& result) const
|
||||
{
|
||||
return FindClosestPoint(point, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user