![]() |
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_AnalyticsDataCollectionTransferSuppliesModule |
Enumerations | |
| enum | SCR_EAnalyticalStorageType { CHARACTER , ORPHAN , BASE , HELICOPTER , WHEELED_VEHICLE } |
Functions | |
| void | SCR_TransferSuppliesInteraction (ResourceName from, ResourceName to, string fromType, string toType, float value, string fromPos, string toPos, string playerId, string faction) |
Variables | |
| enum SCR_EAnalyticalStorageType | m_sFromPrefab |
| ResourceName | m_sToPrefab |
| string | m_sFromType |
| string | m_sToType |
| string | m_sFromPosition |
| string m_sToPosition string | m_sPlayerId |
| string | m_sFaction |
| float | m_fValue |
| Enumerator | |
|---|---|
| CHARACTER | |
| ORPHAN | |
| BASE | |
| HELICOPTER | |
| WHEELED_VEHICLE | |
Definition at line 1 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| void SCR_TransferSuppliesInteraction | ( | ResourceName | from, |
| ResourceName | to, | ||
| string | fromType, | ||
| string | toType, | ||
| float | value, | ||
| string | fromPos, | ||
| string | toPos, | ||
| string | playerId, | ||
| string | faction ) |
| [in] | from | |
| [in] | to | |
| [in] | fromType | |
| [in] | toType | |
| [in] | value | |
| [in] | isPlayer |
Definition at line 29 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| float m_fValue |
Definition at line 20 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| string m_sFaction |
Definition at line 19 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| string m_sFromPosition |
Definition at line 16 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| enum SCR_EAnalyticalStorageType m_sFromPrefab |
| string m_sFromType |
Definition at line 14 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
Definition at line 18 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| ResourceName m_sToPrefab |
Definition at line 13 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.
| string m_sToType |
Definition at line 15 of file SCR_AnalyticsDataCollectionTransferSuppliesModule.c.