探索区域标签
.探索地牢或者静态区域
属性
"until" - Decides when we are done when the tag, acceptable values: [required]
FullyExplored---一直探索直到整个区域探索完毕
ExitFound---一直探索直到发现出口为止
ObjectFound ---一直探索直到发现某个特定物品
"exitNameHash" - the name hash of the exit if until is used with ExitFound, can be found in the info dumping tab in the log after pressing Dump Mapmarkers. [optional]
"boxSize" - The size of the boxes the tsp uses when planning routes, can be visualized in the the mapviewer
"boxTolerance" - Tolerance for how many walkable cells a node needs to be added to the nodelist used by the tsp.
"actorId" - Id of the object to find, can be used in conjunction with the ObjectFound option together with the until attribute.[optional]
例如: