BaseProc

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

BaseProc is a base class in BotW's framework that encapsulates all the low-level actor lifetime logic. Actors are implemented on top of BaseProcs and all C++ actor classes are derived from BaseProc.

BaseProcs are managed by BaseProcMgr.

BaseProcHandle

BaseProcLink

BaseProcUnit