forked from mirror/openmw-tes3mp
[Server] Update script function descriptions for ObjectList origin
This commit is contained in:
parent
3165c84db4
commit
d4a84ac34a
1 changed files with 5 additions and 1 deletions
|
@ -175,13 +175,17 @@ public:
|
||||||
/**
|
/**
|
||||||
* \brief Get the origin of the read object list.
|
* \brief Get the origin of the read object list.
|
||||||
*
|
*
|
||||||
* \return The origin (0 for GAMEPLAY, 1 for CONSOLE, 2 for CLIENT_SCRIPT).
|
* \return The origin (0 for CLIENT_GAMEPLAY, 1 for CLIENT_CONSOLE, 2 for
|
||||||
|
* CLIENT_DIALOGUE, 3 for CLIENT_SCRIPT_LOCAL, 4 for CLIENT_SCRIPT_GLOBAL,
|
||||||
|
* 5 for SERVER_SCRIPT).
|
||||||
*/
|
*/
|
||||||
static unsigned char GetObjectListOrigin() noexcept;
|
static unsigned char GetObjectListOrigin() noexcept;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Get the client script that the read object list originated from.
|
* \brief Get the client script that the read object list originated from.
|
||||||
*
|
*
|
||||||
|
* Note: This is not yet implemented.
|
||||||
|
*
|
||||||
* \return The ID of the client script.
|
* \return The ID of the client script.
|
||||||
*/
|
*/
|
||||||
static const char *GetObjectListClientScript() noexcept;
|
static const char *GetObjectListClientScript() noexcept;
|
||||||
|
|
Loading…
Reference in a new issue