Cattywampus
Cattywampus
CC#
Created by heloo on 3/9/2025 in #help
How can I get users location with in 10 meters
if it's for mobiles, ig you can? but then that requires a dedicated app and ask for location permission
15 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
those are two different things
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
truncation or rounding?
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
or else, well.. you'll lose money 🙂
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
you don't? you generally don't want to round for money
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
fucking Pope typing super quick
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
^
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
likely
59 replies
CC#
Created by Pszczółka Erina on 3/1/2025 in #help
Number With Decimal Point
based on the example you want decimal
59 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?)
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