![]() |
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_ConsumableItemComponentClass |
Functions | |
| SCR_ConsumableItemComponentClass SCR_GadgetComponentClass | Attribute ("", UIWidgets.Object, category:"Consumable")] protected ref SCR_ConsumableEffectBase m_ConsumableEffect |
| void | ApplyItemEffect (IEntity target, IEntity user, ItemUseParameters animParams, IEntity item, bool deleteItem=true) |
| void | OnUseBegan (IEntity item, ItemUseParameters animParams) |
| OnItemUseBegan event from SCR_CharacterControllerComponent. | |
| void | OnApplyToCharacter (IEntity item, bool successful, ItemUseParameters animParams) |
| OnItemUseComplete event from SCR_CharacterControllerComponent. | |
| void | SetHealedGroup (EBandagingAnimationBodyParts group, bool healed) |
| void | SetAlternativeModel (bool useAlternative) |
| override bool | IsVisibleEquipped () |
| override void | ModeSwitch (EGadgetMode mode, IEntity charOwner) |
| override void | ModeClear (EGadgetMode mode) |
| override void | ActivateAction () |
| void | ClearInvokers (int targetGroup=-1) |
| override void | OnDelete (IEntity owner) |
| SCR_EConsumableType | GetConsumableType () |
| SCR_ConsumableEffectBase | GetConsumableEffect () |
| override EGadgetType | GetType () |
| void | SetTargetCharacter (IEntity target) |
| IEntity | GetTargetCharacter () |
Variables | |
| bool | m_bAlternativeModelOnAction |
| bool | m_bVisibleEquipped |
| SCR_CharacterControllerComponent | m_CharController |
| IEntity | m_TargetCharacter |
| Target character is the target set when it's not m_CharacterOwner. | |
| int | m_iStoredHealedGroup |
|
protected |
Definition at line 186 of file SCR_ConsumableItemComponent.c.
|
protected |
Apply consumable effect
| [in] | target | is the target entity |
| [in] | animParams | |
| [in] | item | |
| [in] | deleteItem |
Definition at line 31 of file SCR_ConsumableItemComponent.c.
| SCR_ConsumableItemComponentClass SCR_GadgetComponentClass Attribute | ( | "" | , |
| UIWidgets. | Object, | ||
| category:"Consumable" | ) |
|
protected |
Definition at line 195 of file SCR_ConsumableItemComponent.c.
|
protected |
Get consumable effect
Definition at line 235 of file SCR_ConsumableItemComponent.c.
|
protected |
Get consumable type
Definition at line 224 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 255 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 241 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 154 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 173 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 160 of file SCR_ConsumableItemComponent.c.
|
protected |
OnItemUseComplete event from SCR_CharacterControllerComponent.
Definition at line 62 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 212 of file SCR_ConsumableItemComponent.c.
|
protected |
OnItemUseBegan event from SCR_CharacterControllerComponent.
Definition at line 46 of file SCR_ConsumableItemComponent.c.
|
protected |
Switch item model
| [in] | useAlternative | determines whether alternative or base model is used |
Definition at line 117 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 94 of file SCR_ConsumableItemComponent.c.
|
protected |
| [in] | target |
Definition at line 248 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 13 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 16 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 18 of file SCR_ConsumableItemComponent.c.
|
protected |
Definition at line 23 of file SCR_ConsumableItemComponent.c.
|
protected |
Target character is the target set when it's not m_CharacterOwner.
Definition at line 21 of file SCR_ConsumableItemComponent.c.