Cattywampus
Cattywampus
CC#
Created by Faker on 2/16/2025 in #help
✅ Can we find min and max values of any given array directly? (use of any built-in methods?)
yeah, min/max is like very easy to vectorized
24 replies
CC#
Created by Faker on 2/16/2025 in #help
✅ Can we find min and max values of any given array directly? (use of any built-in methods?)
tbfh, 100% sure Linq already be doing this under the hood
24 replies
CC#
Created by Faker on 2/16/2025 in #help
✅ Can we find min and max values of any given array directly? (use of any built-in methods?)
it might not be faster due to GetElement()s, should be easily be tackled with shuffles then use myVec.ToScalar() which is free compared to GetElement
24 replies
CC#
Created by Faker on 2/16/2025 in #help
✅ Can we find min and max values of any given array directly? (use of any built-in methods?)
like that ☝️
24 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
also you're doing something else there_eventHandler.activeEnemy so the event might not be null, BUT the activeEnemy might so make sure you check that
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
a bit busy atm, so my reply might take a bit longer
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
I mean you can easily check if the event passed via ctor is null or not, OR make sure you don't unsub it somewhere else too
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
1st thing to check make sure you subscribed to the said event
26 replies
CC#
Created by merlo17 on 2/16/2025 in #help
if statement always returns true
the it's null as the error says
26 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
👍
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
time to sleep now 🤤
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
No description
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
i mean, you wont get decimal precission anyway, thus the rounding is iimportant
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
aight time to sleep... it's 8 .50am now :HmmCouncilRTX3:
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
like right in front y'all eyes
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
oh lord dont y'all see the difference
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
the rounding must truncate the double precission
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
thus you must round it 😌
70 replies
CC#
Created by Mango on 2/13/2025 in #help
Need an extension method to generate a random decimal within a range
ye
70 replies