mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +00:00
add todos
This commit is contained in:
parent
6836b6b49e
commit
b98da7fda5
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,7 @@ namespace SanAndreasUnity.Importing.Paths
|
|||
/**
|
||||
* Returns all the areas ID around the given areaID
|
||||
*/
|
||||
// TODO: this method doesn't work properly
|
||||
public static List<int> GetAreaNeighborhood(int areaID)
|
||||
{
|
||||
List<int> result = new List<int>();
|
||||
|
@ -278,6 +279,7 @@ namespace SanAndreasUnity.Importing.Paths
|
|||
return result;
|
||||
}
|
||||
|
||||
// TODO: this method doesn't work properly
|
||||
public static int GetAreaFromPosition(UnityEngine.Vector3 position)
|
||||
{
|
||||
for (int i = 0; i < 64; i++)
|
||||
|
|
Loading…
Add table
Reference in a new issue