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

List<Object> NAPI.Pools.GetAllObjects();
Example
// Code here...