Difference between revisions of "GetAllColShapes"
Jump to navigation
Jump to search
(Created page with "Gets all the colshapes created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<ColShape> {{Template:CSharp_Serverside_namespace}}Pools.GetAllColShapes();|lang=...") |
(No difference)
|
Latest revision as of 09:39, 30 November 2019
Gets all the colshapes created in the server.
C# Syntax

List<ColShape> NAPI.Pools.GetAllColShapes();
Example
// Code here...