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

GetAllMarkers

Материал из RAGE MP Wiki Archive
Версия от 09:39, 30 ноября 2019; imported>Xabi (Created page with "Gets all the markers created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<Marker> {{Template:CSharp_Serverside_namespace}}Pools.GetAllMarkers();|lang=csharp...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets all the markers created in the server.


<syntaxhighlight lang="csharp">List<Marker> NAPI.Pools.GetAllMarkers();</syntaxhighlight>


Example

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