Riwmorld
|
Public Member Functions | |
MemoryThoughtHandler (Pawn pawn) | |
bool | AnyMemoryThoughtConcerns (Pawn pawn) |
void | ExposeData () |
void | MemoryThoughtInterval () |
int | NumMemoryThoughtsInGroup (Thought_Memory group) |
int | NumMemoryThoughtsOfDef (ThoughtDef def) |
Thought_Memory | OldestMemoryThoughtInGroup (Thought_Memory group) |
Thought_Memory | OldestMemoryThoughtOfDef (ThoughtDef def) |
void | RemoveMemoryThought (Thought_Memory th) |
void | RemoveMemoryThoughtsOfDef (ThoughtDef def) |
void | RemoveMemoryThoughtsOfDefWhereOtherPawnIs (ThoughtDef def, Pawn otherPawn) |
void | TryGainMemoryThought (ThoughtDef def, Pawn otherPawn=null) |
void | TryGainMemoryThought (Thought_Memory newThought, Pawn otherPawn=null) |
Public Attributes | |
Pawn | pawn |
Properties | |
List< Thought_Memory > | Memories [get] |