Static Public Member Functions | |
| static mixed | Pathfinding_TriggeredByDestination (mixed dx, mixed dy, mixed dz) |
| static mixed | Pathfinding_Key (mixed x, mixed y, mixed z) |
| static mixed | Pathfinding_Pos (mixed key) |
| static mixed | Pathfinding_GetHeuristic (mixed srcx, mixed srcy, mixed srcz, mixed dstx, mixed dsty, mixed dstz) |
| static mixed | Pathfinding_GetNeighbours (mixed x, mixed y, mixed z, mixed dstx, mixed dsty, mixed dstz, mixed g) |
| static mixed | Pathfinding_GetDirection (mixed idfrom, mixed idto) |
| static mixed | Pathfinding_ReconstructPath (mixed dstx, mixed dsty, mixed dstz, mixed list) |
| static mixed | Pathfinding_FindBest (mixed list) |
| static mixed | Pathfinding_FromTo (mixed sx, mixed sy, mixed sz, mixed dx, mixed dy, mixed dz) |
Definition at line 1804 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_TriggeredByDestination | ( | mixed | dx, | |
| mixed | dy, | |||
| mixed | dz | |||
| ) | [inline, static] |
Definition at line 1806 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_Key | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z | |||
| ) | [inline, static] |
Definition at line 1808 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_Pos | ( | mixed | key | ) | [inline, static] |
Definition at line 1810 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_GetHeuristic | ( | mixed | srcx, | |
| mixed | srcy, | |||
| mixed | srcz, | |||
| mixed | dstx, | |||
| mixed | dsty, | |||
| mixed | dstz | |||
| ) | [inline, static] |
Definition at line 1812 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_GetNeighbours | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | dstx, | |||
| mixed | dsty, | |||
| mixed | dstz, | |||
| mixed | g | |||
| ) | [inline, static] |
Definition at line 1814 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_GetDirection | ( | mixed | idfrom, | |
| mixed | idto | |||
| ) | [inline, static] |
Definition at line 1816 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_ReconstructPath | ( | mixed | dstx, | |
| mixed | dsty, | |||
| mixed | dstz, | |||
| mixed | list | |||
| ) | [inline, static] |
Definition at line 1818 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_FindBest | ( | mixed | list | ) | [inline, static] |
Definition at line 1820 of file lua_pseudo_code.cpp.
| static mixed pathfind::Pathfinding_FromTo | ( | mixed | sx, | |
| mixed | sy, | |||
| mixed | sz, | |||
| mixed | dx, | |||
| mixed | dy, | |||
| mixed | dz | |||
| ) | [inline, static] |
Definition at line 1822 of file lua_pseudo_code.cpp.
1.5.6