Difference between 'Camera?' and 'Camera' when type checking?

I have recently found two options to choose from when type checking, ‘Camera?’ and ‘Camera’.

Type ‘Camera?’ doesn’t display any information as too what it does whereas type ‘Camera’ says its the describes the 3D view of the game.

Does anyone know what type ‘Camera?’ is?

The difference between Camera? and Camera is that the ? basically indicates that it could be either a camera or nil, but without the ? , it means the bool is 100% a Camera Model and nothing else.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.