GetAllWorldSharedData

From RAGE Multiplayer Wiki
Revision as of 16:48, 29 November 2019 by Xabi (talk | contribs) (Created page with "Get all keys set in the world data, set with SetSharedWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get all keys set in the world data, set with SetSharedWorldData.


C# Syntax

string[] NAPI.Data.GetAllWorldSharedData();


Example

// Code here...