GDExtension: Add missing method flag#112351
Conversation
|
Your commit seems not to be linked to your GitHub account. See: Why are my commits linked to the wrong user? for more info. |
Ah, should be a simple fix, I'll sort it in the next 24 hours. |
dsnopek
left a comment
There was a problem hiding this comment.
Thanks! This change looks good to me :-)
6f3932e to
c342ce4
Compare
|
@AThousandShips It is now linked to my account, thank you for spotting that. |
Add GDEXTENSION_METHOD_FLAG_VIRTUAL_REQUIRED
|
The note on that one in the docs says:
So, it sounds like any method that it's used on wouldn't be exposed to GDExtension, so I don't think we need it |
|
Thanks! Congratulations on your first merged contribution! 🎉 |
Close #112102
Add
GDEXTENSION_METHOD_FLAG_VIRTUAL_REQUIREDto GDExtension method flags.I've made the value identical to
METHOD_FLAG_VIRTUAL_REQUIREDas it seems the GDExtension method flags mirror these.