GetAllEntitySharedData
Внешний вид
Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения This feature is currently not implemented server-side.
Get all keys set in the server's entity data, set with SetEntitySharedData.
<syntaxhighlight lang="csharp">string[] NAPI.Data.GetAllEntitySharedData(Entity entity);</syntaxhighlight>
Parameters
- entity: parameter input should be in Entity type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>