mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 18:39:40 +00:00
[Server] Use consistent ordering for kills & map worldstate functions
This commit is contained in:
parent
a58f09fd6c
commit
c9b3ec1ca4
1 changed files with 7 additions and 7 deletions
|
@ -115,13 +115,6 @@ public:
|
|||
*/
|
||||
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.
|
||||
*
|
||||
|
@ -129,6 +122,13 @@ public:
|
|||
*/
|
||||
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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue