BaseProc

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

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