mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-01-19 18:14:45 +00:00
Added more documentation
This commit is contained in:
parent
94675c5380
commit
d6352a5a41
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue