Difference between revisions of "GetAllDummyEntities"
Jump to navigation
Jump to search
(Created page with "Gets all the dummy entitues created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<DummyEntity> {{Template:CSharp_Serverside_namespace}}Pools.GetAllDummyEntit...") |
|||
Line 1: | Line 1: | ||
− | Gets all the dummy | + | Gets all the dummy entities created in the server. |
Latest revision as of 09:39, 30 November 2019
Gets all the dummy entities created in the server.
C# Syntax

List<DummyEntity> NAPI.Pools.GetAllDummyEntities();
Example
// Code here...