01-15-2025, 02:36 AM
(01-13-2025, 01:45 AM)Bhsdfa Wrote:Code: (Select All)
Type Player
position As Vector2f
height As Single
camera As Camera
End Type
I didn't know that making a type variable as a type was even possible :o
Yes, it is. What's strange is that this is allowed in a case-insensitive language. This isn't new to QB64, but rather something that has been possible since the days of QuickBASIC (even older I think). I simply adjust the variable name and type name case to make it look a bit nicer.

