Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ExtendedCharacterIdentity Class Reference
Inheritance diagram for SCR_ExtendedCharacterIdentity:
SCR_ExtendedIdentity

Protected Member Functions

void SetDeathDateAndTime (int deathDay, int deathMonth, int deathYear, int deathHour, int deathMinute)
bool GetDeathDateAndTime (out int deathDay, out int deathMonth, out int deathYear, out int deathHour, out int deathMinute)
void SetBloodType (SCR_EBloodType bloodType)
SCR_EBloodType GetBloodType ()

Protected Attributes

SCR_EBloodType m_eBloodType
int m_iDayOfDeath = -1
int m_iMonthOfDeath = -1
int m_iYearOfDeath = -1
int m_iHourOfDeath = -1
int m_iMinuteOfDeath = -1

Detailed Description

Definition at line 2 of file SCR_ExtendedCharacterIdentity.c.

Member Function Documentation

◆ GetBloodType()

SCR_EBloodType SCR_ExtendedCharacterIdentity::GetBloodType ( )
inlineprotected

Definition at line 69 of file SCR_ExtendedCharacterIdentity.c.

◆ GetDeathDateAndTime()

bool SCR_ExtendedCharacterIdentity::GetDeathDateAndTime ( out int deathDay,
out int deathMonth,
out int deathYear,
out int deathHour,
out int deathMinute )
inlineprotected

Get date and time of death

Parameters
[out]deathDayDay of death
[out]deathMonthMonth of death
[out]deathYearYear of death
[out]deathHourHour of death
[out]deathMinuteMinute of death
Returns
false if no date and/or time is set

Definition at line 44 of file SCR_ExtendedCharacterIdentity.c.

◆ SetBloodType()

void SCR_ExtendedCharacterIdentity::SetBloodType ( SCR_EBloodType bloodType)
inlineprotected

Set Blood type Use SCR_ExtendedCharacterIdentityComponent to set to make sure it is replicated!

Parameters
[in]bloodTypeBlood type to set

Definition at line 59 of file SCR_ExtendedCharacterIdentity.c.

◆ SetDeathDateAndTime()

void SCR_ExtendedCharacterIdentity::SetDeathDateAndTime ( int deathDay,
int deathMonth,
int deathYear,
int deathHour,
int deathMinute )
inlineprotected

Set date and time of death Use SCR_ExtendedCharacterIdentityComponent to set to make sure it is replicated!

Parameters
[in]deathDayDay of death
[in]deathMonthMonth of death
[in]deathYearYear of death
[in]deathHourHour of death
[in]deathMinuteMinute of death

Definition at line 21 of file SCR_ExtendedCharacterIdentity.c.

Member Data Documentation

◆ m_eBloodType

SCR_EBloodType SCR_ExtendedCharacterIdentity::m_eBloodType
protected

Definition at line 5 of file SCR_ExtendedCharacterIdentity.c.

◆ m_iDayOfDeath

int SCR_ExtendedCharacterIdentity::m_iDayOfDeath = -1
protected

Definition at line 7 of file SCR_ExtendedCharacterIdentity.c.

◆ m_iHourOfDeath

int SCR_ExtendedCharacterIdentity::m_iHourOfDeath = -1
protected

Definition at line 10 of file SCR_ExtendedCharacterIdentity.c.

◆ m_iMinuteOfDeath

int SCR_ExtendedCharacterIdentity::m_iMinuteOfDeath = -1
protected

Definition at line 11 of file SCR_ExtendedCharacterIdentity.c.

◆ m_iMonthOfDeath

int SCR_ExtendedCharacterIdentity::m_iMonthOfDeath = -1
protected

Definition at line 8 of file SCR_ExtendedCharacterIdentity.c.

◆ m_iYearOfDeath

int SCR_ExtendedCharacterIdentity::m_iYearOfDeath = -1
protected

Definition at line 9 of file SCR_ExtendedCharacterIdentity.c.


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