HasEntityData: Difference between revisions
m (Xabi moved page NAPI.Data.HasEntityData to HasEntityData) |
No edit summary |
||
| Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="C#" >bool NAPI.Data.HasEntityData( | <syntaxhighlight lang="C#" >bool NAPI.Data.HasEntityData(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:33, 22 December 2022
Syntax
bool NAPI.Data.HasEntityData(Entity entity, string key);
Required Arguments
- entity: parameter input should be in Entity type.
- key: parameter input should be in string type.
NOTE: This function returns data in bool type.
Usage example(s)
Example Description
NAPI.Data.HasEntityData(entity, key);