GetAllWorldSharedData: Difference between revisions
(Created page with "Get all keys set in the world data, set with SetSharedWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldS...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Warning|This feature is currently not implemented server-side.}} | |||
Get all keys set in the world data, set with SetSharedWorldData. | Get all keys set in the world data, set with SetSharedWorldData. | ||
Latest revision as of 15:08, 23 December 2022
Get all keys set in the world data, set with SetSharedWorldData.
C# Syntax
string[] NAPI.Data.GetAllWorldSharedData();
Example
// Code here...