![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnPerform (IEntity user, BaseSelectionMenu sourceMenu) |
| override void | OnDonePerform (IEntity user, BaseSelectionMenu sourceMenu) |
| Anything that should be done when item is deselected should be handled here. | |
| override bool | CanBePerformedScript (IEntity user, BaseSelectionMenu sourceMenu) |
| Can this entry be performed? | |
| override UIInfo | GetUIInfoScript () |
| If target slot is valid, return its UI info. | |
| void | SCR_GroupWeaponEntry (IEntity pOwner, WeaponSlotComponent pWeaponSlot) |
| Create new group representing a single weapon. | |
Protected Attributes | |
| IEntity | m_pOwner |
| Owner of this group. | |
| WeaponSlotComponent | m_pWeaponSlotComponent |
| The weapon this entry represents. | |
Implementation of base group for switching that can be created via passing in a list of WeaponSlotComponents When selection is set weapon is selected via the character controller component
Definition at line 4 of file SCR_GroupWeaponEntry.c.
|
inlineprotected |
Create new group representing a single weapon.
Definition at line 58 of file SCR_GroupWeaponEntry.c.
|
inlineprotected |
Can this entry be performed?
Definition at line 38 of file SCR_GroupWeaponEntry.c.
|
inlineprotected |
If target slot is valid, return its UI info.
Definition at line 48 of file SCR_GroupWeaponEntry.c.
|
inlineprotected |
Anything that should be done when item is deselected should be handled here.
Definition at line 32 of file SCR_GroupWeaponEntry.c.
|
inlineprotected |
Selects this item entry as the current one
Select the weapon via character controller
Definition at line 14 of file SCR_GroupWeaponEntry.c.
|
protected |
Owner of this group.
Definition at line 7 of file SCR_GroupWeaponEntry.c.
|
protected |
The weapon this entry represents.
Definition at line 9 of file SCR_GroupWeaponEntry.c.