Struct CreatureTemplate.Relationship
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public struct CreatureTemplate.Relationship
- Inherited Members
-
Constructors
Relationship(Type, float)
public Relationship(CreatureTemplate.Relationship.Type type, float intensity)
Parameters
type CreatureTemplate.Relationship.Type
intensity float
Fields
intensity
Field Value
- float
type
public CreatureTemplate.Relationship.Type type
Field Value
- CreatureTemplate.Relationship.Type
Properties
GoForKill
public bool GoForKill { get; }
Property Value
- bool
Methods
Duplicate()
public CreatureTemplate.Relationship Duplicate()
Returns
- CreatureTemplate.Relationship
Equals(Relationship)
public bool Equals(CreatureTemplate.Relationship relationship)
Parameters
relationship CreatureTemplate.Relationship
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(Relationship, Relationship)
public static bool operator ==(CreatureTemplate.Relationship a, CreatureTemplate.Relationship b)
Parameters
a CreatureTemplate.Relationship
b CreatureTemplate.Relationship
Returns
- bool
operator !=(Relationship, Relationship)
public static bool operator !=(CreatureTemplate.Relationship a, CreatureTemplate.Relationship b)
Parameters
a CreatureTemplate.Relationship
b CreatureTemplate.Relationship
Returns
- bool