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

GetAllColShapes

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

Gets all the colshapes created in the server.


<syntaxhighlight lang="csharp">List<ColShape> NAPI.Pools.GetAllColShapes();</syntaxhighlight>


Example

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