Перейти к содержанию

GetAllWorldSharedData

Материал из RAGE MP Wiki Archive
This feature is currently not implemented server-side.

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


C# Syntax

<syntaxhighlight lang="csharp">string[] NAPI.Data.GetAllWorldSharedData();</syntaxhighlight>


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>