Great stuff! Are you planning on making tutorials about menu UI? It's been such a confusing topic around the community and I think we still don't have a good tutorial on it.
Verse is confusing me a bit. So, I want to be able to have an array of Players/Agents and insert an agent into the array. Do Verse functions pass by value or reference? Trying to create a function that will take in ([]agent, agent) and insert the agent into the []agent. Is this even possible? I'm coming from a Java and Python background, so this is throwing me off a bit.
Hi, can i add multiple values in a multidimensionnal array in verse ? I need to stock players in an array but with a specific value that is not an agent. Just like : [ [ Agent1, Value1 ], [ Agent2, Value2 ], [ Agent3, Value3 ] ] ? Is it possible ?
Try to do the same, i.e. how to insert in a multiple array dimension? is it something like that : if(NewArray := MyArray.insert[Row][Column]) # How to add the value ?
Omg thank you, this info is spread all around the docs in a weird way. Life saver!
This is gold my friend, you are doing a really good job
Thank you! means a lot :)
Cheers for a great tutorial!
fix your fire alarm
haha, i was looking around my room for the fire alarm for a couple seconds when i heard that in the video
Great stuff! Are you planning on making tutorials about menu UI? It's been such a confusing topic around the community and I think we still don't have a good tutorial on it.
As in changing the default UI? (Materials, weaopn slots, hp, etc.) O r a custom menu UI/
@@piequalsthree3 Custom menu, like a main menu and such (other UIs with button interactions too)
clicked for the tutorial, stayed for the ASMR 😂😂
lmao it was late at night
How can i have arrays with multiple types/arrays within arrays?
Verse is confusing me a bit. So, I want to be able to have an array of Players/Agents and insert an agent into the array. Do Verse functions pass by value or reference? Trying to create a function that will take in ([]agent, agent) and insert the agent into the []agent. Is this even possible? I'm coming from a Java and Python background, so this is throwing me off a bit.
Hi,
can i add multiple values in a multidimensionnal array in verse ?
I need to stock players in an array but with a specific value that is not an agent.
Just like : [ [ Agent1, Value1 ], [ Agent2, Value2 ], [ Agent3, Value3 ] ] ?
Is it possible ?
Try to do the same, i.e. how to insert in a multiple array dimension? is it something like that :
if(NewArray := MyArray.insert[Row][Column]) # How to add the value ?