Getting server entity count?Solved

How can I get the entity count for the server? I was directed towards the server info plugin but looking at the code I don't see anything that returns the entity count.

Any help appreciated.

It's displayed on the webrcon, main page.

How can I get that number in Oxide though?

ITlU7leXtI0JgZe.png Rebajas

How can I get that number in Oxide though?

If you're looking for code then you might just be able to use BaseNetworkable.serverEntities.Count.

Nice one - that seems to do exactly what I need :) thanks.

Locked automatically