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

Add parameter validity checks #199

Open Virus-Axel opened 7 months ago

Virus-Axel commented 7 months ago

Description

Since most parameters are Variants they need checks and user needs feedback when passing wrong types.

Suggested Improvements

Add warning and error macros to functions

Extra Information

No response