mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Server] Use consistent ordering for kills & map worldstate functions
This commit is contained in:
parent
a58f09fd6c
commit
c9b3ec1ca4
@ -115,13 +115,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
static void ClearMapChanges() noexcept;
|
static void ClearMapChanges() noexcept;
|
||||||
|
|
||||||
/**
|
|
||||||
* \brief Get the number of indexes in the read worldstate's map changes.
|
|
||||||
*
|
|
||||||
* \return The number of indexes.
|
|
||||||
*/
|
|
||||||
static unsigned int GetMapChangesSize() noexcept;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Get the number of indexes in the read worldstate's kill changes.
|
* \brief Get the number of indexes in the read worldstate's kill changes.
|
||||||
*
|
*
|
||||||
@ -129,6 +122,13 @@ public:
|
|||||||
*/
|
*/
|
||||||
static unsigned int GetKillChangesSize() noexcept;
|
static unsigned int GetKillChangesSize() noexcept;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \brief Get the number of indexes in the read worldstate's map changes.
|
||||||
|
*
|
||||||
|
* \return The number of indexes.
|
||||||
|
*/
|
||||||
|
static unsigned int GetMapChangesSize() noexcept;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Get the refId at a certain index in the read worldstate's kill count changes.
|
* \brief Get the refId at a certain index in the read worldstate's kill count changes.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user