AuthoritySim struct

Public functions

template<typename TLogic>
auto OnSimInput(uint32_t frameNumber, TLogic& logic) -> bool
template<typename TLogic>
void OnFramePublished(uint32_t frameNumber, TLogic& logic)
template<typename TWorld>
void Bind(TWorld& world, NetConnectionManager* connMgr)

Function documentation

template<typename TWorld>
void AuthoritySim::Bind(TWorld& world, NetConnectionManager* connMgr)

Called by AuthorityNet::WireNetMode(WorldBase*) once after world init. Takes the typed World by reference so no static_cast is needed at the call site.