Class AndValue
Value is true if all effectors are true, otherwise return base value
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
public class AndValue : CombinedValue<bool>
Constructors
| Improve this Doc View SourceAndValue(bool)
Declaration
public AndValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value |
Methods
| Improve this Doc View SourceComputeValue()
Compute the value taking all effectors into account
Declaration
protected override bool ComputeValue()
Returns
Type | Description |
---|---|
bool |