SetBobbyPinHealth

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Sets current health of bobby pin in LockPick Menu. If called without parameter - will return the current health of bobby pin. The standard health initialization value of a new bobby pin will start at 1.0. Setting values above 1.0 will increase that specific bobby pin's health above it's starting amount.

Syntax

[help]
(Health:float) SetBobbyPinHealth fHealth:float

Example

set fHealth to SetBobbyPinHealth

Will return current bobby pin health.

SetBobbyPinHealth 2

Will set current bobby pin health to 2.