|
| enum class | Section : schar { Height = 0
, ArmSize = 1
, None = 2
} |
| enum class | Section : schar { Height = 0
, ArmSize = 1
, None = 2
} |
|
using | ArmSizeType = ::persona::ArmSize::Type |
|
using | BodySizeType = ::persona::BodySize::Type |
|
|
MCAPI bool | canEquipPreviewed () const |
|
MCFOLD::persona::ArmSize::Type const & | getEquippedArmSize () const |
|
MCFOLD::persona::BodySize::Type const & | getEquippedHeight () const |
|
MCFOLD::persona::ArmSize::Type const & | getPreviewedArmSize () const |
|
MCFOLD::persona::BodySize::Type const & | getPreviewedHeight () const |
|
MCAPI bool | isActive () const |
|
MCAPI bool | isArmSizePreviewed (::persona::ArmSize::Type const &armSizeType) const |
|
MCAPI bool | isHeightPreviewed (::persona::BodySize::Type const &heightOption) const |
|
MCAPI void | setActiveSection (::persona::SizeSectionModel::Section const &newActiveSection) |
|
MCAPI void | setPreviewedArmSize (::persona::ArmSize::Type const &newPreviewedArmSize) |
|
MCAPI void | setPreviewedHeight (::persona::BodySize::Type const &newPreviewedHeight) |
|
MCAPI void | updateEquippedSizeByActiveSection () |
|
MCAPI void | updateEquippedValuesByCharacter (::PersonaCharacter const &character) |
|
|
::ll::TypedStorage< 1, 1, ::persona::SizeSectionModel::Section > | mActiveSection |
|
::ll::TypedStorage< 1, 1, ::persona::ArmSize::Type > | mEquippedArmSize |
|
::ll::TypedStorage< 1, 1, ::persona::ArmSize::Type > | mPreviewedArmSize |
|
::ll::TypedStorage< 8, 8, ::persona::BodySize::Type > | mEquippedHeight |
|
::ll::TypedStorage< 8, 8, ::persona::BodySize::Type > | mPreviewedHeight |
◆ $vftable()
| MCAPI void ** persona::SizeSectionModel::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following files: