libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
GAME_INFO_PARAM.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 int titleMsgId{ 0 };
17
23 int contentMsgId{ 0 };
24
28 int value{ 0 };
29
33 int sortId{ 0 };
34
40 int eventId{ 0 };
41
45 unsigned char Pad[12];
46};
47
48}; // namespace paramdef
49}; // namespace from
This struct was automatically generated from XML paramdefs.
Definition GAME_INFO_PARAM.hpp:10
int eventId
Action ID.
Definition GAME_INFO_PARAM.hpp:40
int contentMsgId
Content MsgID.
Definition GAME_INFO_PARAM.hpp:23
int sortId
Sort ID.
Definition GAME_INFO_PARAM.hpp:33
int value
price
Definition GAME_INFO_PARAM.hpp:28
int titleMsgId
Title MsgID.
Definition GAME_INFO_PARAM.hpp:16