libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
6
13 bool disableParam_NT : 1 { false };
14
18 unsigned char disableParamReserve1 : 7;
19
23 unsigned char disableParamReserve2[3];
24
30 unsigned char srcR{ 0 };
31
37 unsigned char srcG{ 0 };
38
44 unsigned char srcB{ 0 };
45
46 unsigned char pad1[1];
47
53 int weatherLogId{ -1 };
54
55 int unknown_0xc{ 0 };
56
57 int unknown_0x10{ 0 };
58
59 int unknown_0x14{ 0 };
60
61 int unknown_0x18{ 0 };
62};
63
64}; // namespace paramdef
65}; // namespace from
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:7
unsigned char srcB
B.
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:44
unsigned char disableParamReserve2[3]
パッケージ出力用リザーブ2
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:23
int weatherLogId
天候抽選ID
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:53
unsigned char disableParamReserve1
パッケージ出力用リザーブ1
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:18
bool disableParam_NT
NT版出力から外すか
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:13
unsigned char srcG
G.
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:37
unsigned char srcR
R.
Definition WEATHER_LOT_TEX_PARAM_ST_DLC02.hpp:30