godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
957 stars 61 forks source link

Add get_active_keys_raw() to BitFlag class #79

Closed nonunknown closed 4 years ago

nonunknown commented 4 years ago

get_active_keys_raw() # Returns the integer represented by the flag, example: a=true,b=true,c=false will return 3

willnationsdev commented 4 years ago

Looks good. Thanks!