MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / ClearConversationStuff

Function ClearConversationStuff

src/p_conversation.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162//============================================================================
163
164static void ClearConversationStuff(player_t* player)
165{
166 player->ConversationFaceTalker = false;
167 player->ConversationNPC = nullptr;
168 player->ConversationPC = nullptr;
169 player->ConversationNPCAngle = nullAngle;
170}
171
172//============================================================================
173//

Callers 2

HandleReplyFunction · 0.85
P_ConversationCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected