libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Public Attributes | List of all members
from::paramdef::TUTORIAL_PARAM_ST Struct Reference

This struct was automatically generated from XML paramdefs. More...

#include <TUTORIAL_PARAM_ST.hpp>

Public Attributes

bool disableParam_NT: 1 { false }
 Do you remove it from the NT version output?
 
unsigned char disableParamReserve1: 7
 Reserve for package output 1.
 
unsigned char disableParamReserve2 [3]
 Reserve for package output 2.
 
unsigned char menuType { 0 }
 Display type.
 
unsigned char triggerType { 0 }
 Display timing.
 
unsigned char repeatType { 0 }
 Impressions.
 
unsigned short imageId { 0 }
 Image ID.
 
unsigned int unlockEventFlagId { 0 }
 Display permission flag.
 
int textId { -1 }
 Text ID.
 
float displayMinTime { 1.f }
 at the earliest
 
float displayTime { 3.f }
 Longest.
 

Detailed Description

This struct was automatically generated from XML paramdefs.

Member Data Documentation

◆ disableParam_NT

bool from::paramdef::TUTORIAL_PARAM_ST::disableParam_NT

Do you remove it from the NT version output?

Parameters marked with ○ are excluded in the NT version package.

◆ displayMinTime

float from::paramdef::TUTORIAL_PARAM_ST::displayMinTime { 1.f }

at the earliest

Shortest display guaranteed time [seconds]. Even if it is closed due to an event etc., it will be closed after displaying at least this time. It's only for toast, so it's ignored in modals

◆ displayTime

float from::paramdef::TUTORIAL_PARAM_ST::displayTime { 3.f }

Longest.

Display time [seconds]. It will close automatically after this time has passed since the toast was displayed. It's only for toast, so it's ignored in modals

◆ imageId

unsigned short from::paramdef::TUTORIAL_PARAM_ST::imageId { 0 }

Image ID.

Specifies the tutorial image ID to display (default: 0). Specify 0 if you do not want to display the image

◆ menuType

unsigned char from::paramdef::TUTORIAL_PARAM_ST::menuType { 0 }

Display type.

Specifies the type of tutorial menu to display

◆ repeatType

unsigned char from::paramdef::TUTORIAL_PARAM_ST::repeatType { 0 }

Impressions.

Number of times to display (default: 0: once in the game)

◆ textId

int from::paramdef::TUTORIAL_PARAM_ST::textId { -1 }

Text ID.

ID of the text to be displayed in the tutorial [TutorialText.xlsm]. This text ID is used for both "Title" and "Body"

◆ triggerType

unsigned char from::paramdef::TUTORIAL_PARAM_ST::triggerType { 0 }

Display timing.

Display timing (default: 0: "-"). You will see this tutorial when you open this menu. Specify 0: "-" if you do not want to display it when you open the menu.

◆ unlockEventFlagId

unsigned int from::paramdef::TUTORIAL_PARAM_ST::unlockEventFlagId { 0 }

Display permission flag.

Event flag ID for display permission (default: 0). It will not be displayed until this flag is set. Specify 0 if you always want to allow


The documentation for this struct was generated from the following file: