Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

BaseProc

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