Skip to content

Commit 51a9365

Browse files
committed
Merge branch 'dev' into rc
2 parents 10d9105 + 9d94b0e commit 51a9365

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

api/AltV.Net.Client/ModuleWrapper.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ public static void MainWithAssembly(Assembly resourceAssembly, IntPtr resourcePo
115115
_core.GetAllPlayers();
116116
_core.GetAllVehicles();
117117
_core.GetAllBlips();
118+
_core.GetAllCheckpoints();
119+
_core.GetAllColShapes();
120+
_core.GetAllMarkers();
121+
_core.GetAllPeds();
122+
_core.GetAllLocalObjects();
123+
_core.GetAllLocalPeds();
124+
_core.GetAllLocalVehicles();
125+
_core.GetAllNetworkObjects();
126+
_core.GetAllTextLabels();
127+
_core.GetAllVirtualEntities();
128+
_core.GetAllVirtualEntityGroups();
129+
_core.GetAllWorldObjects();
118130

119131
playerPool.InitLocalPlayer(_core);
120132

api/AltV.Net/ModuleWrapper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public static void MainWithAssembly(IntPtr serverPointer, IntPtr resourcePointer
141141
core.GetAllVirtualEntities();
142142
core.GetAllVirtualEntityGroups();
143143
core.GetAllConnectionInfos();
144+
core.GetAllMetrics();
144145

145146
core.Resource.CSharpResourceImpl.SetDelegates(OnStartResource);
146147

runtime

0 commit comments

Comments
 (0)