Skip to content

Commit

Permalink
feat(server): add Alt.LoadedVehicleModels
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Sep 26, 2024
1 parent 2f9b931 commit 1f415d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/AltV.Net/Alt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,7 @@ public static byte SyncSendThreadCount
public static string Branch => CoreImpl.Branch;
public static string Version => CoreImpl.Version;
public static bool IsMainThread => CoreImpl.IsMainThread();

public static uint[] LoadedVehicleModels => CoreImpl.LoadedVehicleModels;
}
}

0 comments on commit 1f415d4

Please sign in to comment.