libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
BULLET_CREATE_LIMIT_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 unsigned char limitNum_byGroup{ 0 };
17
21 bool isLimitEachOwner : 1 { false };
22
23 unsigned char pad2 : 7;
24
25 unsigned char pad[30];
26};
27
28}; // namespace paramdef
29}; // namespace from
30
31static_assert(sizeof(from::paramdef::BULLET_CREATE_LIMIT_PARAM_ST) == 32,
32 "BULLET_CREATE_LIMIT_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition BULLET_CREATE_LIMIT_PARAM_ST.hpp:10
unsigned char limitNum_byGroup
Maximum number of bullets in the group.
Definition BULLET_CREATE_LIMIT_PARAM_ST.hpp:16
bool isLimitEachOwner
Is it restricted for each owner?
Definition BULLET_CREATE_LIMIT_PARAM_ST.hpp:21