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