maxwellodri

Results 4 issues of maxwellodri

# Objective Add reflect/from reflect impls for NonZero integer types. I'm guessing these haven't been added yet because no one has needed them as of yet.

Since every time SSE updates, SKSE breaks, and Steam forces updates, is there any way to run proton directly via the terminal, avoiding actually clicking the play button in Steam....

For example: ``` #[derive(Reflect, InspectorOptions] struct MyAbility { #[inspector(min = 0, max = 10)] max_charges: u8, #[inspector(min = 0, max = self.max_charges)] current_charges: u8, } ``` In the previous version...

I've been checking whether the jump_velocity in the TnuaPlatformerAnimatingOutput is Some but not 100% sure if this correct.