![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_NetworkedStatsComponentClass |
Typedefs | |
| typedef func | SCR_OnStatChangedMethod |
| typedef ScriptInvokerBase< SCR_OnStatChangedMethod > | SCR_OnStatChangedInvoker |
Functions | |
| void | SCR_OnStatChangedMethod (SCR_BaseNetworkedStat changedStat) |
| SCR_NetworkedStatsComponentClass ScriptComponentClass | Attribute ()] protected ref array< ref SCR_BaseNetworkedStat > m_aStats |
| Post-process effect of scripted camera. More... | |
| SCR_OnStatChangedInvoker | GetOnStatsChanged (bool createIfNull=true) |
| SCR_BaseNetworkedStat | GetNetworkedStat (SCR_ENetworkedStatType statType) |
| SCR_NetworkedStatsComponentClass | GetNetworkedStatPrefabData () |
| RplComponent | GetRplComponent () |
| Returns the replication component associated to this entity. More... | |
| void | SetAuthorityStatValue (SCR_ENetworkedStatType statType, int valueInt) |
| void | SetStatValueOfAuthority (SCR_ENetworkedStatType statType, int value) |
| void | UpdateStats () |
| override void | EOnInit (IEntity owner) |
| Initialise this component with data from FactionsManager. More... | |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. More... | |
| override void | OnDelete (IEntity owner) |
Variables | |
| protected ref SCR_OnStatChangedInvoker | m_OnStatsChanged |
| protected RplComponent | m_RplComponent |
| protected int | m_iUpdateTimer |
| typedef ScriptInvokerBase<SCR_OnStatChangedMethod> SCR_OnStatChangedInvoker |
Definition at line 3 of file SCR_NetworkedStatsComponent.c.
| typedef func SCR_OnStatChangedMethod |
Definition at line 2 of file SCR_NetworkedStatsComponent.c.
| SCR_BaseNetworkedStat GetNetworkedStat | ( | SCR_ENetworkedStatType | statType | ) |
| SCR_NetworkedStatsComponentClass GetNetworkedStatPrefabData | ( | ) |
Definition at line 47 of file SCR_NetworkedStatsComponent.c.
| SCR_OnStatChangedInvoker Attribute::GetOnStatsChanged | ( | bool | createIfNull = true | ) |
| void SCR_OnStatChangedMethod | ( | SCR_BaseNetworkedStat | changedStat | ) |
| void SetAuthorityStatValue | ( | SCR_ENetworkedStatType | statType, |
| int | valueInt | ||
| ) |
| [in] | statType | |
| [in] | valueInt |
Definition at line 62 of file SCR_NetworkedStatsComponent.c.
| void SetStatValueOfAuthority | ( | SCR_ENetworkedStatType | statType, |
| int | value | ||
| ) |
| [in] | statType | |
| [in] | value |
Definition at line 74 of file SCR_NetworkedStatsComponent.c.
| void UpdateStats | ( | ) |
Definition at line 85 of file SCR_NetworkedStatsComponent.c.
| protected int m_iUpdateTimer |
Definition at line 29 of file SCR_NetworkedStatsComponent.c.
| protected ref SCR_OnStatChangedInvoker m_OnStatsChanged |
Definition at line 4 of file SCR_NetworkedStatsComponent.c.
| protected RplComponent m_RplComponent |
Definition at line 26 of file SCR_NetworkedStatsComponent.c.