mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
include owningAvatarID in entityPropertyFlagsFromScriptValue
This commit is contained in:
parent
306c54c060
commit
a7515a4bde
1 changed files with 3 additions and 1 deletions
|
@ -2451,6 +2451,8 @@ void EntityItemProperties::entityPropertyFlagsFromScriptValue(const QScriptValue
|
|||
ADD_PROPERTY_TO_MAP(PROP_TOP_MARGIN, TopMargin, topMargin, float);
|
||||
ADD_PROPERTY_TO_MAP(PROP_BOTTOM_MARGIN, BottomMargin, bottomMargin, float);
|
||||
|
||||
ADD_PROPERTY_TO_MAP(PROP_OWNING_AVATAR_ID, OwningAvatarID, owningAvatarID, QUuid);
|
||||
|
||||
// FIXME - these are not yet handled
|
||||
//ADD_PROPERTY_TO_MAP(PROP_CREATED, Created, created, quint64);
|
||||
|
||||
|
@ -4363,4 +4365,4 @@ void EntityItemProperties::convertToCloneProperties(const EntityItemID& entityID
|
|||
setCloneLimit(ENTITY_ITEM_DEFAULT_CLONE_LIMIT);
|
||||
setCloneDynamic(ENTITY_ITEM_DEFAULT_CLONE_DYNAMIC);
|
||||
setCloneAvatarEntity(ENTITY_ITEM_DEFAULT_CLONE_AVATAR_ENTITY);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue