Additional variable support for properties

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
Major Cooke
Posts: 8175
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Additional variable support for properties

Post by Major Cooke »

It'd be appreciated if arrays can be supported with properties, as well as Vector2/3.

I've tried a multitude of ways to see if vectors can work but they don't.

Passing in the x/y position:

Code: Select all

Property GraphicPos: GraphicPos.x, GraphicPos.y
Passing in the vector itself doesn't work since properties doesn't auto correct itself to account for the fact it's a vector, thus expecting only one property.

Code: Select all

Property GraphicPos: GraphicPos

Return to “Feature Suggestions [GZDoom]”