Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Hide callback internal functions from Godot #288

Closed Virus-Axel closed 4 weeks ago

Virus-Axel commented 4 weeks ago

The callback methods are bound to ClassDB to enable connecting them to signals. These methods are removed by connecting the callbacks with the callable_mp macro. The macro allows c++ methods to be connected.