mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
more detailed report of unhandled info record fields
This commit is contained in:
parent
3b49d6c826
commit
6e46ddae33
@ -238,7 +238,10 @@ namespace MWDialogue
|
|||||||
std::cout
|
std::cout
|
||||||
<< "unchecked entries:" << std::endl
|
<< "unchecked entries:" << std::endl
|
||||||
<< " player faction: " << info.pcFaction << std::endl
|
<< " player faction: " << info.pcFaction << std::endl
|
||||||
<< " DATAstruct" << std::endl;
|
<< " disposition: " << info.data.disposition << std::endl
|
||||||
|
<< " NPC rank: " << static_cast<int> (info.data.rank) << std::endl
|
||||||
|
<< " gender: " << static_cast<int> (info.data.gender) << std::endl
|
||||||
|
<< " PC rank: " << static_cast<int> (info.data.PCrank) << std::endl;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user