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

GetAllCheckpoints

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

Gets all the checkpoints created in the server.


<syntaxhighlight lang="csharp">List<Checkpoint> NAPI.Pools.GetAllCheckpoints();</syntaxhighlight>


Example

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