ResetEntityData
(Redirected from NAPI.Data.ResetEntityData)
Syntax
void NAPI.Data.ResetEntityData(Entity entity, string key);
Required Arguments
- entity: parameter input should be in Entity type.
- key: parameter input should be in string type.
Usage example(s)
Example Description
NAPI.Data.ResetEntityData(entity, key);