MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / Init

Method Init

src/SB/Core/x/xVolume.cpp:5–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <types.h>
4
5void xVolume::Init(xVolumeAsset* asset)
6{
7 xBaseInit(this, asset);
8 this->asset = asset;
9
10 if (this->linkCount)
11 {
12 this->link = (xLinkAsset*)(this->asset + 1);
13 }
14 else
15 {
16 this->link = NULL;
17 }
18}
19
20void xVolume::Reset()
21{

Callers 2

GrowDataEnableMethod · 0.45
XST_PreLoadSceneFunction · 0.45

Calls 1

xBaseInitFunction · 0.85

Tested by

no test coverage detected