ReachVariantEditor icon indicating copy to clipboard operation
ReachVariantEditor copied to clipboard

I believe unk_14_team and unk_15_team is hud_team and hud_target_team.

Open ghost opened this issue 5 years ago • 2 comments

It might not be in the order though. Don't want to mix them up.

ghost avatar May 29 '20 01:05 ghost

So like if you wanted to display a player's team's TeamNumeric 0 in a hud widget you would use hud_team.number[0]

ghost avatar May 29 '20 01:05 ghost

I'm still uncertain of what things like hud_target_object or hud_target_player do. I think its gets information from the object you are looking at. So if the player you are looking at has some player.number[2] value and you wanted to display the value of number[2] of the player you are looking at in a widget, you would use hud_target_player.number[2] in a widget.

ghost avatar May 29 '20 01:05 ghost