Jump to content

Recommended Posts

Posted

Add methods to the IPools interface that are in the class Pools.

https://prnt.sc/WSqt3l_tJ8dY

https://prnt.sc/geNQ1HwBFv5K

Spoiler

public interface IPools
 {
        List<GTANetworkAPI.Vehicle> GetAllVehicles();

        List<GTANetworkAPI.Object> GetAllObjects();

        List<GTANetworkAPI.Blip> GetAllBlips();

        List<GTANetworkAPI.Marker> GetAllMarkers();

        List<GTANetworkAPI.Pickup> GetAllPickups();

        List<GTANetworkAPI.TextLabel> GetAllTextLabels();

        List<GTANetworkAPI.ColShape> GetAllColShapes();

        List<GTANetworkAPI.Checkpoint> GetAllCheckpoints();

        List<GTANetworkAPI.DummyEntity> GetAllDummyEntities();

        List<GTANetworkAPI.Ped> GetAllPeds();

}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...