GetAllMarkers

From RAGE Multiplayer Wiki
Revision as of 09:39, 30 November 2019 by Xabi (talk | contribs) (Created page with "Gets all the markers created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<Marker> {{Template:CSharp_Serverside_namespace}}Pools.GetAllMarkers();|lang=csharp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets all the markers created in the server.


C# Syntax

List<Marker> NAPI.Pools.GetAllMarkers();


Example

// Code here...