![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_EIdentityGender | GetGender () |
| override void | RandomizeIdentity (int combinedBioIndex) |
| override void | OverwriteExtendedIdentity (SCR_ExtendedIdentity newExtendedIdentity) |
| void | OverwriteCharacterName (string overwriteName, string overwriteAlias, string overwriteSurname) |
| bool | WasIdentityItemAddedOnce_S () |
| int | OnIdentityItemAdded_S (SCR_IdentityInventoryItemComponent item, bool generateValuableIntel) |
| void | OnCharacterDeath () |
| Called by SCR_CharacterIdentityManagerComponent when character dies (Server Only). | |
| void | OnCharacterDeathBroadCast (int totalDeathDateMinutes) |
| override void | AssignBio (SCR_IdentityBio identityBio) |
| override void | RandomizePlaceOfOrigin () |
| void | SetPlaceOfOriginIndex (int index) |
| void | SetCharacterPlaceOfOriginBroadcast (int index) |
| void | SetPlayerID (int playerId) |
| Set this character player ID. Handled in the preparing of this character by the SCR_IdentityManagerComponent. | |
| int | GetPlayerID () |
| void | OnCharacterLifeStateChanged (ECharacterLifeState previousLifeState, ECharacterLifeState newLifeState) |
| override void | DelayedInit (IEntity owner) |
| override void | OnDelete (IEntity owner) |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
Protected Attributes | |
| SCR_EIdentityGender | m_eGender |
| float | m_fChanceOfIdentityDocumentBeingValuable |
| int | m_iPlayerId |
| bool | m_bIdentityItemAdded |
Definition at line 5 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 221 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 426 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Get gender of character.
Definition at line 23 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 405 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Called by SCR_CharacterIdentityManagerComponent when character dies (Server Only).
Definition at line 170 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 201 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 412 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 447 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
When identity item is added to the character. If generate valuable intel is true it will also try to set the randomized valuable intel on the identity item if no other identity item was added
| [in] | item | The item added to the character's inventory |
| [in] | generateValuableIntel | If it should try generating valuable intel for the character if the item was not added at least once |
Definition at line 134 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Overwrite names specific for characters Called when Bio overwrites names.
| [in] | overwriteName | Overwrite Name (Ignored if empty) |
| [in] | overwriteAlias | Overwrite Alias (Ignored if empty) |
| [in] | overwriteSurname | Overwrite Surname (Ignored if empty) |
Definition at line 76 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 56 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 30 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 247 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 492 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 465 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 391 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 383 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Set this character player ID. Handled in the preparing of this character by the SCR_IdentityManagerComponent.
Definition at line 398 of file SCR_ExtendedCharacterIdentityComponent.c.
|
inlineprotected |
Definition at line 123 of file SCR_ExtendedCharacterIdentityComponent.c.
|
protected |
Definition at line 17 of file SCR_ExtendedCharacterIdentityComponent.c.
|
protected |
Definition at line 8 of file SCR_ExtendedCharacterIdentityComponent.c.
|
protected |
Definition at line 11 of file SCR_ExtendedCharacterIdentityComponent.c.
|
protected |
Definition at line 14 of file SCR_ExtendedCharacterIdentityComponent.c.