migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.11k stars 74 forks source link

Use Int instead of Int64 across the board, undoes a previous change t… #474

Closed migueldeicaza closed 4 months ago

migueldeicaza commented 4 months ago

…o the way we store enumerations, and instead makes it so that our public API that took Int64 values takes Int values

migueldeicaza commented 4 months ago

Some caveats, there are some genuine APIs that should be Int64 which this patch undoes, among those APIs to access PackedInt64, so this is not ready.

migueldeicaza commented 4 months ago

Ok my main urge to do this is not very important anymore, as now we can export Enums of either type.