![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_CharacterRankComponentClass |
Functions | |
| SCR_CharacterRankComponentClass ScriptComponentClass | Attribute (defvalue:"1", uiwidget:UIWidgets.ComboBox, desc:"Rank", enums:ParamEnumArray.FromEnum(SCR_ECharacterRank))] protected SCR_ECharacterRank m_iRank |
| void | RpcDoSetCharacterRank (SCR_ECharacterRank newRank, SCR_ECharacterRank prevRank, bool silent) |
| void | SpecialRankHandling (SCR_ECharacterRank newRank, SCR_ECharacterRank prevRank) |
| Helper method for specific ranks with custom logic attached to them. | |
| void | AttemptSwitchFaction (SCR_CampaignFaction campaignFaction) |
| Helper method for attempting to switch factions. | |
| void | FinishFactionSwitch (SCR_PlayerFactionAffiliationComponent component, int factionIndex, bool response) |
| Callback method for ensuring that completed faction switches are set up correctly. | |
| void | SetCharacterRank (SCR_ECharacterRank rank, bool silent=false) |
| void | OnRankChanged (SCR_ECharacterRank prevRank, SCR_ECharacterRank newRank, bool silent) |
| SCR_Faction | GetCharacterFaction (IEntity unit) |
| SCR_ECharacterRank | GetCharacterRank () |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| void | SCR_CharacterRankComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Variables | |
| IEntity | m_Owner |
|
protected |
Helper method for attempting to switch factions.
Definition at line 54 of file SCR_CharacterRankComponent.c.
| SCR_CharacterRankComponentClass ScriptComponentClass Attribute | ( | defvalue:"1" | , |
| uiwidget:UIWidgets. | ComboBox, | ||
| desc:"Rank" | , | ||
| enums:ParamEnumArray. | FromEnumSCR_ECharacterRank ) |
|
protected |
Callback method for ensuring that completed faction switches are set up correctly.
Definition at line 89 of file SCR_CharacterRankComponent.c.
|
protected |
Definition at line 147 of file SCR_CharacterRankComponent.c.
|
protected |
Definition at line 273 of file SCR_CharacterRankComponent.c.
|
protected |
Definition at line 124 of file SCR_CharacterRankComponent.c.
|
protected |
| [in] | newRank | |
| [in] | prevRank | |
| [in] | silent |
Definition at line 20 of file SCR_CharacterRankComponent.c.
|
protected |
Definition at line 287 of file SCR_CharacterRankComponent.c.
|
protected |
Definition at line 279 of file SCR_CharacterRankComponent.c.
|
protected |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 306 of file SCR_CharacterRankComponent.c.
|
protected |
| [in] | rank | |
| [in] | silent |
Definition at line 114 of file SCR_CharacterRankComponent.c.
|
protected |
Helper method for specific ranks with custom logic attached to them.
Definition at line 31 of file SCR_CharacterRankComponent.c.
|
protected |
Definition at line 11 of file SCR_CharacterRankComponent.c.