GetEntitySharedData
Внешний вид
Gets entity data that was set with SetEntitySharedData.
<syntaxhighlight lang="csharp">object NAPI.Data.GetEntitySharedData(Entity entity, string key);</syntaxhighlight>
Parameters
- entity: parameter input should be in Entity type
- key: parameter input should be in string type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>