mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Comment
This commit is contained in:
parent
1c9a4fd322
commit
6033058d54
1 changed files with 2 additions and 1 deletions
|
@ -819,7 +819,8 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
|
|||
* which you can manipulate the properties of, and use <code>JSON.stringify()</code> to convert the object into a string to
|
||||
* put in the property.
|
||||
*
|
||||
* @property {string} privateUserData="" - Like userData, but only accessible by the Entity Server Scripts.
|
||||
* @property {string} privateUserData="" - Like userData, but only accessible by Entity Server Scripts, AC scripts, and users
|
||||
* who are given "Can Get and Set Private User Data" permissions from the ACL matrix on the Domain Settings page.
|
||||
*
|
||||
* @property {string} script="" - The URL of the client entity script, if any, that is attached to the entity.
|
||||
* @property {number} scriptTimestamp=0 - Intended to be used to indicate when the client entity script was loaded. Should be
|
||||
|
|
Loading…
Reference in a new issue