CreateArrayCost |
Top Previous Next |
Call this method to allocate room for n cost arrays. Cost arrays can be used, when you want to a route that isn't shortest or fastest, but rather some other expression.
Syntax: CreateArrayCost(n: integer)
|