Difference between revisions of "HighlightBodyPart"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Bnesmith
 
imported>Cipscis
(Added information for HighlightBodyPart based on observations in game)
Line 1: Line 1:
=='''Description'''==


'''HighlightBodyPart''' Highlights the specified body part of the calling Actor.  It has one optional parameter (which [[Body Part]] to highlight).
=='''Syntax'''==
[''ActorID''.]HighlightBodyPart ''BodyPart''
=='''Examples'''==
brahminRef.HighlightBodyPart 2
Brahmin's left head is now highlighted
player.HighlightBodyPart
The player's entire body, excluding their weapon, is now highlighted
player.hbp 14
The player's weapon is now highlighted
=='''Notes'''==
*Calling this function will hide the player's arms and weapon in 1st person view.  Entering and leaving VATS will clear this.
*Only one body part can be highlighted at one time.  For example:
player.hbp 3
brahminRef.hbp 1
Now the Brahmin's right head will be highlighted and the Player's left arm will not be highlighted.  Entering and leaving VATS will clear all highlighted body parts.
*[[Body Part]] numbers:
**No Parameter - Everything except Weapon
**0 - Torso
**1 - Head1
**2 - Head2
**3 - LeftArm1
**4 - LeftArm2
**5 - RightArm1
**6 - RightArm2
**7 - LeftLeg1
**8 - LeftLeg2
**9 - LeftLeg3
**10 - RightLeg1
**11 - RightLeg2
**12 - RightLeg3
**13 - Brain
**14 - Weapon
**15 - Everything except Weapon
=='''See Also'''==
[[Body Part]]
=='''Reference'''==
None provided.


[[Category:Console Functions]]
[[Category:Console Functions]]

Revision as of 20:40, 11 December 2008

Description

HighlightBodyPart Highlights the specified body part of the calling Actor. It has one optional parameter (which Body Part to highlight).

Syntax

[ActorID.]HighlightBodyPart BodyPart

Examples

brahminRef.HighlightBodyPart 2

Brahmin's left head is now highlighted

player.HighlightBodyPart

The player's entire body, excluding their weapon, is now highlighted

player.hbp 14

The player's weapon is now highlighted

Notes

  • Calling this function will hide the player's arms and weapon in 1st person view. Entering and leaving VATS will clear this.
  • Only one body part can be highlighted at one time. For example:
player.hbp 3
brahminRef.hbp 1

Now the Brahmin's right head will be highlighted and the Player's left arm will not be highlighted. Entering and leaving VATS will clear all highlighted body parts.

  • Body Part numbers:
    • No Parameter - Everything except Weapon
    • 0 - Torso
    • 1 - Head1
    • 2 - Head2
    • 3 - LeftArm1
    • 4 - LeftArm2
    • 5 - RightArm1
    • 6 - RightArm2
    • 7 - LeftLeg1
    • 8 - LeftLeg2
    • 9 - LeftLeg3
    • 10 - RightLeg1
    • 11 - RightLeg2
    • 12 - RightLeg3
    • 13 - Brain
    • 14 - Weapon
    • 15 - Everything except Weapon

See Also

Body Part

Reference

None provided.