|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
{"GetScale", MechanicsFunctions::GetScale},\
|
|
|
|
|
{"IsWerewolf", MechanicsFunctions::IsWerewolf},\
|
|
|
|
|
{"GetCreatureRefId", MechanicsFunctions::GetCreatureRefId},\
|
|
|
|
|
{"DisplaysCreatureName", MechanicsFunctions::DisplaysCreatureName},\
|
|
|
|
|
{"GetCreatureNameDisplayState", MechanicsFunctions::GetCreatureNameDisplayState},\
|
|
|
|
|
\
|
|
|
|
|
{"SetMarkCell", MechanicsFunctions::SetMarkCell},\
|
|
|
|
|
{"SetMarkPos", MechanicsFunctions::SetMarkPos},\
|
|
|
|
@ -138,7 +138,7 @@ public:
|
|
|
|
|
* \param pid The player ID.
|
|
|
|
|
* \return The creature name display state.
|
|
|
|
|
*/
|
|
|
|
|
static bool DisplaysCreatureName(unsigned short pid) noexcept;
|
|
|
|
|
static bool GetCreatureNameDisplayState(unsigned short pid) noexcept;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* \brief Set the Mark cell of a player.
|
|
|
|
|