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