![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | Init (SCR_ArsenalRefundEffectComponentClass arsenalRefundEffectClass) |
| bool | IsValid (notnull IEntity item, notnull PlayerController playerController, SCR_ArsenalComponent arsenal) |
| bool | ExecuteRefundEffect (notnull IEntity item, notnull PlayerController playerController, SCR_ArsenalComponent arsenal) |
| bool | UsedFriendlyArsenal (notnull IEntity item, notnull PlayerController playerController, SCR_ArsenalComponent arsenal) |
Protected Attributes | |
| SCR_EArsenalTypes | m_eHandInArsenalTypes |
Definition at line 2 of file SCR_BaseArsenalRefundEffect.c.
|
protected |
Execute refund effect (Called on server only)
| [in] | item | Item that is being refunded |
| [in] | playerController | Player controller of player that refunds the item |
| [in] | arsenal | Arsenal the item was refunded at (Can potentially be null) |
|
protected |
Init of effect before adding them to the order array in SCR_ArsenalRefundEffectComponentClass
| [in] | arsenalRefundEffectClass | Class it is attached to |
|
inlineprotected |
Returns if effect is valid always called before ExecuteRefundEffect_S
| [in] | item | Item that is being refunded |
| [in] | playerController | Player controller of player that refunds the item |
| [in] | arsenal | Arsenal the item was refunded at (Can potentially be null) |
Check if handed in at arsenal and if the arsenal type is supported
Definition at line 24 of file SCR_BaseArsenalRefundEffect.c.
|
inlineprotected |
Check if item was refunded at a friendly arsenal
| [in] | item | Item that is being refunded |
| [in] | playerController | Player controller of player that refunds the item |
| [in] | arsenal | Arsenal the item was refunded at (Can potentially be null) |
Definition at line 44 of file SCR_BaseArsenalRefundEffect.c.
|
protected |
Definition at line 11 of file SCR_BaseArsenalRefundEffect.c.