GetAllWorldData
Внешний вид
Get all keys set in the world data, set with SetWorldData.
<syntaxhighlight lang="csharp">string[] NAPI.Data.GetAllWorldData();</syntaxhighlight>
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>