Struct ReactionChain
Assembly: Dew.Core.dll
Syntax
public struct ReactionChain
Methods
DidReact(Actor, bool)
Check if the actor has already contributed to this reaction chain.
Declaration
public bool DidReact(Actor actor, bool checkOnlyType = false)
Parameters
| Type |
Name |
Description |
| Actor |
actor |
|
| bool |
checkOnlyType |
|
Returns
Equals(ReactionChain)
Declaration
public bool Equals(ReactionChain other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
System.ValueType.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
System.ValueType.GetHashCode()
New(Actor)
Returns new reaction chain with given actor in contribution.
Declaration
public ReactionChain New(Actor actor)
Parameters
| Type |
Name |
Description |
| Actor |
actor |
|
Returns