|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
4 [
Attribute(
"10", UIWidgets.EditBox,
"How long does this rank has to wait between requests (sec).",
params:
"0 inf 1")]
5 protected int m_iRequestCD;
7 [
Attribute(
"30", UIWidgets.EditBox,
"Respawn timer when deploying on this unit while it's carrying a radio.",
params:
"0 inf 1")]
8 protected int m_iRadioRespawnCooldown;
11 protected int m_iFastTravelCooldown;
18 int GetRankRequestCooldown()
20 return m_iRequestCD * 1000;
25 int GetRankRadioRespawnCooldown()
27 return m_iRadioRespawnCooldown;
32 int GetRankFastTravelCooldown()
34 return m_iFastTravelCooldown;
56 array<Faction> factions = {};
59 for (
int i = factions.Count() - 1; i >= 0; i--)
63 if (factionCast && factionCast.IsPlayable() && factionCast != alliedFaction)
100 return rank.GetRankRequestCooldown();
113 return rank.GetRankRadioRespawnCooldown();
126 return rank.GetRankFastTravelCooldown();
proto external int GetFactionsList(out notnull array< Faction > outFactions)
int GetRankFastTravelCooldown(SCR_ECharacterRank rankID)
FactionManagerClass GenericEntityClass GetFactionByKey(FactionKey factionKey)
SCR_CampaignFaction GetCampaignFactionByKey(string factionKey)
protected SCR_CharacterRank GetRankByID(SCR_ECharacterRank rankID)
typedef Attribute
Post-process effect of scripted camera.
SCR_CampaignFactionManagerClass SCR_FactionManagerClass GetEnemyFaction(notnull SCR_CampaignFaction alliedFaction)
SCR_CampaignFaction GetCampaignFactionByIndex(int index)
int GetRankRadioRespawnCooldown(SCR_ECharacterRank rankID)
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Configs ServerBrowser KickDialogs params
void SCR_FactionManager(IEntitySource src, IEntity parent)
int GetRankRequestCooldown(SCR_ECharacterRank rankID)
proto external Faction GetFactionByIndex(int index)
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...