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

Method MatPosSet

src/SB/Game/zNPCTypeCommon.cpp:2912–2919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2910}
2911
2912xVec3* zNPCCommon::MatPosSet(xVec3* pos)
2913{
2914 if (pos != NULL)
2915 {
2916 xVec3Copy((xVec3*)&model->Mat->pos, pos);
2917 }
2918 return (xVec3*)&model->Mat->pos;
2919}
2920
2921static S32 g_flg_wonder;
2922static S32 g_isConversation;

Callers 2

SysEventMethod · 0.95
EnterMethod · 0.80

Calls 1

xVec3CopyFunction · 0.85

Tested by

no test coverage detected