Wishlist Zombieville USA 3D on Steam! https://store.steampowered.com/app/1801520/Zombieville_USA_3D/
youtu.be/wGmlKbllPcw?...
youtu.be/wGmlKbllPcw?...
Interfaces let you basically call a function on another thing without needing a hard ref or knowing what type it is. It’s like sending mail to the “current resident” :)
Interfaces let you basically call a function on another thing without needing a hard ref or knowing what type it is. It’s like sending mail to the “current resident” :)
They’re great for sending a command from one thing to another, but letting the thing on the other end decide what to do. The classic example is an “interact” action which does something different depending on what gets clicked (a door opens, a lamp turns on, etc)
They’re great for sending a command from one thing to another, but letting the thing on the other end decide what to do. The classic example is an “interact” action which does something different depending on what gets clicked (a door opens, a lamp turns on, etc)