GetAllWorldData
Get all keys set in the world data, set with SetWorldData.
C# Syntax
string[] NAPI.Data.GetAllWorldData();
Example
// Code here...
Get all keys set in the world data, set with SetWorldData.
string[] NAPI.Data.GetAllWorldData();
// Code here...