|
BFME 2 - ROTWK Code Refence
1.0
|
Public Attributes | |
| SignedInteger | AssistingClipSize |
| SlotTypes | AssistingWeaponSlot |
| Object | LaserFromAssisted |
| Object | LaserToTarget |
Behavior = AssistedTargetingUpdate ModuleTag_TheAssistedTargetingUpdate
; L01F1F510:
AssistingClipSize = 4; SUB_L006D4430:Signed Integer Value //How many shots to make when asked by someone of my kind who has a RequestAssistRange weapon
AssistingWeaponSlot = SECONDARY; L006D3C60 / L01E8F2D8:WeaponSetCondition //And the weapon to use. Should have huge range and no natural clip.
LaserFromAssisted = PatriotBinaryDataStream; SUB_L00E6B8B0:Object //Stream to draw from the requestor to me
LaserToTarget = PatriotBinaryDataStream; SUB_L00E6B8B0:Object //Stream to draw from me to the target
End
| SignedInteger AssistingClipSize |
How many shots to make when asked by someone of my kind who has a RequestAssistRange weapon
| SlotTypes AssistingWeaponSlot |
And the weapon slot to use. Should have huge range and no natural clip.
| Object LaserFromAssisted |
Stream to draw from the requestor to me
| Object LaserToTarget |
Stream to draw from me to the target