11#include <detail/preprocessor.hpp>
19#include <param/detail/paramdef.hpp>
42 if (!this->underlying)
51 long long liber_unknown;
90 auto res_cap = this->param_entries[int(index)].res_cap[0];
101 } param_entries[int(param::param_index::PARAM_COUNT)];
102 struct CSWepReinforceTree {
103 virtual ~CSWepReinforceTree() =
default;
106 } wep_reinforce_tree;
115LIBER_ASSERTS_BEGIN(SoloParamRepository);
116LIBER_ASSERT_SIZE(0x37C8);
A resource capsule containing a param table capsule.
Definition cs_param.hpp:32
liber::optref< param::param_file * > get_param_file()
Get the param file associated with this capsule.
Definition cs_param.hpp:41
A singleton responsible for storing param resource capsules.
Definition cs_param.hpp:61
static LIBERAPI bool wait_for_params(int timeout)
Lock until the param repository is loaded or the time runs out.
liber::optref< param::param_file * > get_param_file(param::param_index index)
Get the raw param file at the associated param index.
Definition cs_param.hpp:89
A resource capsule containing a param table file.
Definition fd4_param.hpp:19
param::param_file *& get_param_file() noexcept
Get a pointer to the underlying param file.
Definition fd4_param.hpp:28
The base of any resource, which can also be a file or a repository.
Definition resource.hpp:120
The main libER stand-in for ER allocator proxies.
Definition from_allocator.hpp:310
Namespace FD4 param resources.
ELDEN RING allocation interface and from::allocator.
from::set based on std::set
std::set< T, Pred, from::allocator< T, AllocatorTag > > set
std::set with from::allocator.
Definition from_set.hpp:24
from::basic_string based on std::basic_string
from::vector based on std::vector
std::vector< T, from::allocator< T, AllocatorTag > > vector
std::vector with from::allocator.
Definition from_vector.hpp:23
Optional references based on std::optional.
param_index
An enum of all param tables as they appear in order.
Definition param_defines.hpp:56
ELDEN RING param file layouts.
FD4_SINGLETON_CLASS implementation.
A std::optional<std::reference_wrapper<T>> wrapper for lvalue references.
Definition optref.hpp:31