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

GetAllWorldData

Материал из RAGE MP Wiki Archive
Версия от 16:48, 29 ноября 2019; imported>Xabi (Created page with "Get all keys set in the world data, set with SetWorldData. {{CSharpContainer| {{#tag:syntaxhighlight|string[] {{Template:CSharp_Serverside_namespace}}Data.GetAllWorldData();...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>