GetHasNote

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns whether the player has the specified note parameter in their pipboy. It is not called on a Reference and it takes one parameter, the note to test for. Returns 0 if the note is not there and 1 if it is there.

Syntax

[help]
(hasNote:int) GetHasNote note:baseform

Example

GetHasNote BombNote

Returns 0 if the bomb note is not there and 1 if it is there.

See Also