ActorValueToString

From the Fallout3 GECK Wiki
Revision as of 18:06, 16 July 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the localization appropriate string representing the actor value. Useful for supporting multiple languages.

Syntax

[help]
(string) ActorValueToString ActorValue:string 

Or:

(string) AVString ActorValue:string

Example

string_var my_string
let my_string := ActorValueToString "Strength"

See Also