Add missing int→Variant conversions#1298
Conversation
70e6512 to
553fa08
Compare
|
Also added |
|
Thanks! This makes sense to me
GDExtension does support iOS builds, however, we don't ever define |
|
This will need a rebase after PR #1299 in order for tests to pass |
f0e4ddb to
45298ca
Compare
|
Rebased the repo & updated the iOS build system to use |
|
Thanks! This looks good to me, but I'm also not very experienced with iOS. @bruvzg Do the iOS bits make sense to you? |
45298ca to
bcac96c
Compare
dsnopek
left a comment
There was a problem hiding this comment.
Thanks! This looks good to me :-)
|
Cherry-picking to 4.1 in #1373 |
Implements
int8_t,uint8_t,int16_t, anduint16_toperations/constructors for Variant. This matches the implementation of the main repo (albeit using thestdint.hnames), and allows binding methods that use these types as parameters/returns