I want to create a function that create/spawns a bullet at the location of a given UID. Being able to pass and use a reference to an object would be extremely useful.
Thanks!!!!
Develop games in your browser. Powerful, performant & highly capable.
You can already do that by passing the UID as a parameter to the function, then using 'Pick by UID' to pick the instance again inside the function.
Thanks Ashley. I found that after I posted but wanted to try and use it with a family filled with all objects before I posted a solution. Still haven't had a chance to test it but I will post my capx if it works.
Thanks again.