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

Class CameraTweak_asset

dwarf/SB/Game/zCameraTweak.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 class CameraTweak_asset * casset; // offset 0x10, size 0x4
53};
54class CameraTweak_asset : public xDynAsset {
55 // total size: 0x20
56public:
57 signed int priority; // offset 0x10, size 0x4
58 float time; // offset 0x14, size 0x4
59 float pitch_adjust; // offset 0x18, size 0x4
60 float dist_adjust; // offset 0x1C, size 0x4
61};
62class xDynAsset : public xBaseAsset {
63 // total size: 0x10
64public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected