TS3PR/SimIFace/Sims3.SimIFace/BlockedStatus

From SimsWiki
< TS3PR‎ | SimIFace‎ | Sims3.SimIFace
Revision as of 12:05, 1 February 2021 by Lyralei (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A helper enum that gives us the ability to determine what blocked the sim/object from routing. This is really only used inside the Route class to return the reason, but there's plenty of code in there that can serve as a debug function for routing. So there's no need to make your own ;)

Used primarily by:

Code

public enum BlockedStatus
{
	Unobstructed,
	BlockedBySim,
	BlockedByVehicle,
	BlockedByObject,
	BlockedByWall,
	BlockedByOther,
	BlockedForOtherReason
}
Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox