ShowTime13
ShowTime13
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
/close
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
Thanks
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
We can consider this resolved
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
Hmm
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
Thanks for the help anyways
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
It's a good question to ask, what's better for performance, but most important for me is if it's possible to avoid condition checks fully.
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
And there must be a way. Or it's logically impossible.
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
I was just thinking. How would the code know that something needs to be changed, if it doesn't check the condition. But I thought, maybe I just can't figure it out
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
Well, I was looking for better approach, and I got that Bool is best, but float is ok too.
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
I'm not looking for a better approach. I'm just exploring coding
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
Can you tell me what are they?
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
No way to avoid
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
One or other?
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
So, in coding, there's no way to avoid condition checks?
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
And I wonder, is it possible to avoid checking ANYTHING each frame or fixed frames?
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
So it's always checking something
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
I want this part to not be checked each frame. But the logical problem is that if I don't check this, I'll have to check something else. else if (addForceSpeedAir != originalAddForceSpeedAir) { addForceSpeedAir = originalAddForceSpeedAir; }
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
By the way, idk how it seems, but it's not that I'm arguing with anything or something. I'm just trying to dig deeper.
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
You know?
78 replies
CC#
Created by ShowTime13 on 3/6/2025 in #help
Is the check if variable is certain value creating performance hit?
Just for learning the fundamentals of coding
78 replies