1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Update openrct2.d.ts

This commit is contained in:
ζeh Matt
2022-02-16 19:53:03 +02:00
parent cd261fc7b2
commit fcea5bc483

View File

@@ -1098,9 +1098,9 @@ declare global {
*/
interface Entity {
/**
* The entity index within the entity list.
* The entity index within the entity list. Returns null for invalid entities.
*/
readonly id: number;
readonly id: number | null;
/**
* The type of entity, e.g. guest, vehicle, etc.
*/