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

GetAllWorldData

Материал из RAGE MP Wiki Archive

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


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


Example

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