Skip to content

[BUG] gameObject.id should have a consistent datatype. #139

@saternius

Description

@saternius

Describe the bug
GameObjects that are preloaded have an id that is a integer, however when creating a gameObject via js:
new BS.GameObject("name")
the ID is of type string.

This causes a lot of unneeded bugs having to == instead of ===

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions