From d6352a5a41f36d6d35f8712432d1b4afd4c93fac Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Wed, 7 Oct 2015 19:11:01 -0400 Subject: [PATCH] Added more documentation --- scripts/DXAI/helpers.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/DXAI/helpers.cs b/scripts/DXAI/helpers.cs index 7b0682d..180d029 100644 --- a/scripts/DXAI/helpers.cs +++ b/scripts/DXAI/helpers.cs @@ -241,6 +241,8 @@ function GameConnection::getObjectsInViewcone(%this, %typeMask, %distance, %perf //------------------------------------------------------------------------------------------ // Description: Gets a random position somewhere within %distance of the given position. +// Param %position: The position to generate a new position around. +// Param %distance: The maximum distance the new position may be //------------------------------------------------------------------------------------------ function getRandomPosition(%position, %distance, %raycast) {