axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

bindings-generator script run incorrectly #1635

Closed bintester closed 8 months ago

bintester commented 8 months ago

It seems that bindings-Generator Script cannot correctly generate functions containing std:: int32_t parameters or return values. It seems that the Node::getLocalZOrder and Node::setLocalZOrder not generated correctly. when I change std::int32_t to int32_t, It can be exported.

halx99 commented 8 months ago

would you like make a PR to fix this issue?