entmeta:ClearProperty(name, targets)  

Clears the value of the property with the given name on this entity and then synchronizes that value to all targets. Wrapper around SYNC:ClearEntityProperty.
Realm: Server
Added in: 2.3.2
Parameters:

entmeta:SetProperty(name, value, targets)  

Sets the value of the property with the given name on this entity to equal value and then synchronizes that value to all targets. Wrapper around SYNC:SetEntityProperty.
Realm: Server
Added in: 2.3.2
Parameters: