EveInputResolution
NexusLabs.Eve¶
EveInputResolution Class¶
Represents one authoritative terminal resolution from an eve human-input batch.
Inheritance System.Object → EveInputResolution
Implements System.IEquatable<EveInputResolution>
Properties¶
EveInputResolution.Kind Property¶
Gets the framework-owned request source.
Property Value¶
EveInputResolution.Outcome Property¶
Gets the authoritative terminal outcome.
Property Value¶
EveInputResolution.Raw Property¶
Gets the complete raw resolution object.
Property Value¶
Remarks¶
Batch coordinates remain on the owning event's Data and are projected separately by TurnId, StepIndex, and Sequence.
EveInputResolution.RawKind Property¶
Gets the request source exactly as the server sent it.
Property Value¶
EveInputResolution.RawOutcome Property¶
Gets the terminal outcome exactly as the server sent it.
Property Value¶
EveInputResolution.RequestId Property¶
Gets the stable identifier of the resolved request.
Property Value¶
EveInputResolution.Response Property¶
Gets the accepted response, or null when the request resolved without one.
Property Value¶
EveInputResolution.Sequence Property¶
Gets the sequence number from the original pending-input batch.
Property Value¶
EveInputResolution.StepIndex Property¶
Gets the step index from the original pending-input batch.
Property Value¶
EveInputResolution.TurnId Property¶
Gets the turn identifier from the original pending-input batch.