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:
4
distribution/openrct2.d.ts
vendored
4
distribution/openrct2.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user