BaseProc

From ZeldaMods (Breath of the Wild)
Revision as of 20:06, 16 May 2020 by Leoetlino (talk | contribs) (Created page with "{{stub}} '''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+...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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