libER 0.1.4.2
ELDEN RING API library
|
ELDEN RING param defines and enums. More...
#include <detail/preprocessor.hpp>
#include <param/detail/paramdef.hpp>
#include <cstddef>
#include <cstdint>
#include <param/detail/paramlist.inl>
Go to the source code of this file.
Typedefs | |
using | from::param::row_index_type = int32_t |
Signed 32-bit integers are used to represent param row indices. | |
Enumerations | |
enum class | from::param::param_index : int { PARAM_COUNT } |
An enum of all param tables as they appear in order. More... | |
Variables | |
constexpr row_index_type | from::param::row_index_min = 0 |
The smallest param row index. | |
constexpr row_index_type | from::param::row_index_max = 999'999'999 |
The biggest param row index. | |
constexpr row_index_type | from::param::row_index_none = -1 |
The index for specifying no param row. | |
constexpr size_t | from::param::param_count = size_t(param_index::PARAM_COUNT) |
The total number of all defined param tables. | |
ELDEN RING param defines and enums.
Copyright 2024 libER ELDEN RING API library
|
strong |
An enum of all param tables as they appear in order.
Contains every param type used.
|
inlineconstexpr |
The biggest param row index.
(it is not INT_MAX!)
|
inlineconstexpr |
The index for specifying no param row.
This may be used in param cells that refer to other params to specify no reference.