(remove|delete) pdc %key:STRING% from %e:ENTITY% — Statements

(remove|delete) pdc %key:STRING% from %e:ENTITY%
Entity1.0.0

Description

Removes a key from an entity's PersistentDataContainer.

Examples

remove pdc "myKey" from entity

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

remove pdc <key> from <e>
delete pdc <key> from <e>

Related (Entity)