AutoPlacement event flows

From ZeldaMods (Breath of the Wild)
Revision as of 12:12, 30 October 2018 by imported>Leoetlino (Created page with "AutoPlacement event flows are used by the AutoPlacementMgr to determine whether actors should be dynamically spawned without having to hardcode special logic into the exec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AutoPlacement event flows are used by the AutoPlacementMgr to determine whether actors should be dynamically spawned without having to hardcode special logic into the executable.

Such event flows are executed by the same event flow engine but with a different environment: only the "AutoPlacement" pseudo-actor is available for actions and queries, and subflows do not appear to be usable[check]. Actions and queries are not mapped to AI system functions as with regular event flows, but are entirely handled by the AutoPlacement code.

AutoPlacement actions

CreateData

NearCreate

AppearWeatherRate

EquipCategory

AutoPlacement queries

GroundNorm

GroundMat

TreeRate

PosHeight

WaterDepth

RouteDistance

GrassHeight

WaterSurface

PlayerRideHorse

EcoAreaActorName

WaterSubMat

CheckGameData

CheckPouchItemCount

CheckPouchItemCountFromActor

TimeType

RailDistance

WaterDistance

NavMeshFace