The entity that this property map is attached to
Get all the shared properties of the entity that are shared with the client.
An array of tuples containing the identifier and value of each property.
Get the shared properties of the entity as a PropertySyncData object. This is used to sync the properties with the client.
The PropertySyncData object.
Get the shared property of the entity that is shared with the client.
The identifier of the property.
The value of the property.
Check if the entity has a shared property with the given identifier.
The identifier of the property.
True if the property exists, false otherwise.
Reset the shared property of the entity to its default value.
The identifier of the property.
Sets the shared property of the entity that is shared with the client.
The identifier of the property.
The value of the property.
Create a new entity property map