![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetAge (int age) |
| int | GetAge () |
| void | SetDayOfCreation (int day) |
| int | GetDayOfCreation () |
| void | SetMonthOfCreation (int month) |
| int | GetMonthOfCreation () |
| void | SetFactionOfOrigin (string factionKey) |
| void | SetFactionOfOrigin (int factionIndex) |
| string | GetFactionOfOriginKey () |
| int | GetFactionOfOriginIndex () |
| void | SetPlaceOfOrigin (SCR_UIInfo place, bool isOverwrite) |
| void | SetPlaceOfOriginIndex (int index) |
| SCR_UIInfo | GetPlaceOfOriginUIInfo () |
| int | GetPlaceOfOriginIndex () |
Protected Attributes | |
| int | m_iAge |
| int | m_iDayOfCreation |
| int | m_iMonthOfCreation |
| string | m_sFactionOfOriginKey |
| ref SCR_UIInfo | m_PlaceOfOrigin |
| int | m_iFactionOfOriginIndex = -1 |
| int | m_iPlaceOfOriginIndex = -1 |
Definition at line 2 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
|
inlineprotected |
Get day entity is created or character is born
Definition at line 51 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Get faction of origin index. Used to get random place of creation/birth This should never change once set even if faction is changed
Definition at line 130 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Get faction of origin key. Used to get random place of creation/birth This should never change once set even if faction is changed
Definition at line 117 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Get month entity is created or character is born
Definition at line 68 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Get the place of creation index. Can be used with SCR_Faction to obtain the place of creation
Definition at line 199 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Get the place of creation UI info
Definition at line 191 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set age of entity Use SCR_ExtendedIdentityComponent to set to make sure it is replicated!
| [i] | age Age of entity |
Definition at line 26 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set day entity is created or character is born Use SCR_ExtendedIdentityComponent to set to make sure it is replicated!
| [in] | day | Day born/created |
Definition at line 43 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set faction of origin. Used to get random place of creation/birth This should never change once set even if faction is changed Use SCR_ExtendedIdentityComponent to set to make sure it is replicated!
| [in] | factionIndex | Faction index |
Definition at line 98 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set faction of origin. Used to get random place of creation/birth This should never change once set even if faction is changed Use SCR_ExtendedIdentityComponent to set to make sure it is replicated!
| [in] | factionKey | Faction key |
Definition at line 78 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set month entity is created or character is born Use SCR_ExtendedIdentityComponent to set to make sure it is replicated!
| [in] | month | Day born/created |
Definition at line 60 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set place of creation. This is the birth place of a character or place of creation of an entity Use SCR_ExtendedIdentityComponent to set to make sure it is replicated! FactionOfOrigin needs to be set to use index.
| [in] | place | UIInfo to directly set. Is only set when provided. |
| [in] | isOverwrite | If true will set m_iPlaceOfOriginIndex to -1 |
Definition at line 145 of file SCR_ExtendedIdentity.c.
|
inlineprotected |
Set place of creation. This is the birth place of a character or place of creation of an entity Use SCR_ExtendedIdentityComponent to set to make sure it is replicated! FactionOfOrigin needs to be set to use index.
| [in] | index | index to get place of creation from faction. |
Definition at line 158 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 5 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 8 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 19 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 11 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 20 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 17 of file SCR_ExtendedIdentity.c.
|
protected |
Definition at line 14 of file SCR_ExtendedIdentity.c.