BFME 2 - ROTWK Code Refence  1.0
AssistedTargetingUpdate Class Reference

Public Attributes

SignedInteger AssistingClipSize
 
SlotTypes AssistingWeaponSlot
 
Object LaserFromAssisted
 
Object LaserToTarget
 

Detailed Description

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

Member Data Documentation

◆ AssistingClipSize

SignedInteger AssistingClipSize

How many shots to make when asked by someone of my kind who has a RequestAssistRange weapon

◆ AssistingWeaponSlot

SlotTypes AssistingWeaponSlot

And the weapon slot to use. Should have huge range and no natural clip.

◆ LaserFromAssisted

Object LaserFromAssisted

Stream to draw from the requestor to me

◆ LaserToTarget

Object LaserToTarget

Stream to draw from me to the target