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>