BaseProc: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
(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+...")
 
(No difference)

Latest revision as of 20:06, 16 May 2020

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