GetAllDummyEntities: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Gets all the dummy entitues created in the server. {{CSharpContainer| {{#tag:syntaxhighlight|List<DummyEntity> {{Template:CSharp_Serverside_namespace}}Pools.GetAllDummyEntit...")
 
No edit summary
 
Line 1: Line 1:
Gets all the dummy entitues created in the server.
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...