Class SocialMemory.Relationship
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class SocialMemory.Relationship
- Inheritance
-
SocialMemory.Relationship
- Inherited Members
-
Constructors
Relationship(EntityID)
public Relationship(EntityID subjectID)
Parameters
subjectID EntityID
Fields
fear
Field Value
- float
know
Field Value
- float
like
Field Value
- float
subjectID
public EntityID subjectID
Field Value
- EntityID
tempFear
Field Value
- float
tempLike
Field Value
- float
unrecognizedSaveStrings
public List<string> unrecognizedSaveStrings
Field Value
- List<string>
Methods
EvenOutTemps(float)
public void EvenOutTemps(float speed)
Parameters
speed float
FromString(string)
public static SocialMemory.Relationship FromString(string s)
Parameters
s string
Returns
- SocialMemory.Relationship
InfluenceFear(float)
public void InfluenceFear(float change)
Parameters
change float
InfluenceKnow(float)
public void InfluenceKnow(float amountOfLerpUpwards)
Parameters
amountOfLerpUpwards float
InfluenceLike(float)
public void InfluenceLike(float change)
Parameters
change float
InfluenceTempFear(float)
public void InfluenceTempFear(float change)
Parameters
change float
InfluenceTempLike(float)
public void InfluenceTempLike(float change)
Parameters
change float
ToString()
public override string ToString()
Returns
- string