Enum EntityIOTargetOutcome ​
Namespace: ValveResourceFormat.Utils
Assembly: ValveResourceFormat.dll
Outcome of resolving an entity I/O connection target against a set of entities.
csharp
public enum EntityIOTargetOutcomeFields ​
Matched = 0
At least one entity matched the target.
Empty = 1
The connection carries no target to resolve.
Special = 2
The target is bound at runtime from the firing context (!activator, !caller) and names no map entity.
NotFound = 3
The target addresses entities by name or class, but nothing in the set matched.
Unsupported = 4
The target type addresses entities in a way map data alone cannot answer (class inheritance, components, handles).

