GetTokenValue

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the numeric value of the specified token in the inventory of the calling reference.

Syntax

[help]
(float) Actor.GetTokenValue Token:baseform 

Example

float fMood

let fMood := SunnyREF.GetTokenValue MoodToken

See Also