MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / WonderOfTalking

Method WonderOfTalking

src/SB/Game/zNPCTypeCommon.cpp:2936–2955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2934}
2935
2936void zNPCCommon::WonderOfTalking(S32 inprogress, xBase* owner)
2937{
2938 if (inprogress)
2939 {
2940 g_isConversation = 1;
2941 if (owner)
2942 {
2943 g_ownerConversation = owner;
2944 return;
2945 }
2946 else
2947 {
2948 g_ownerConversation = this;
2949 return;
2950 }
2951 }
2952
2953 g_isConversation = 0;
2954 g_ownerConversation = NULL;
2955}
2956
2957S32 zNPCCommon::SomethingWonderful()
2958{

Callers 2

EnterMethod · 0.80
ExitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected