Nuacht

This page describes the lifecycle system, which provides ways to easily spawn / despawn arbitrary objects and straightforward hooks for invoking logic when those things happen. The primary API for ...
Object Lifecycle refers to how objects are created and destroyed. Your component can hook into these events via our lifecycle interfaces. Server side spawn / despawn events can be hooked into by ...