ResetEntityData: Difference between revisions
(Created page with "==Syntax== <syntaxhighlight lang="C#" >void NAPI.Data.ResetEntityData(NetHandle entity, string key);</syntaxhighlight> '''Required Arguments''' *'''entity:''' parameter input...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="C#" >void NAPI.Data.ResetEntityData( | <syntaxhighlight lang="C#" >void NAPI.Data.ResetEntityData(Entity entity, string key);</syntaxhighlight> | ||
'''Required Arguments''' | '''Required Arguments''' | ||
*'''entity:''' parameter input should be in ''' | *'''entity:''' parameter input should be in '''Entity''' type. | ||
*'''key:''' parameter input should be in '''string''' type. | *'''key:''' parameter input should be in '''string''' type. | ||
Latest revision as of 19:34, 22 December 2022
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);