EPOK RUNTIME
epok::Level::ActorPrepareFn
Type alias
Type alias
---- spawning ------------------------------------------------------------------ Preparation hook, run once per reserved actor after its defaults, root, owner and registration are in place and *before* any `begin_play` of this batch (design.md section 6, between steps 2 and 5).
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "object_model.hpp"
epok::Level::ActorPrepareFn& value = /* obtain a valid instance from your game */;