ActorValueToString
From GECK
(Redirected from AVString)
A function added by the New Vegas Script Extender.
Contents
Description
Returns the localization appropriate string representing the actor value. Useful for supporting multiple languages.
Syntax
(string) ActorValueToString ActorValue:string
Or:
(string) AVString ActorValue:string
Example
string_var my_string let my_string := ActorValueToString "Strength"
See Also
- ActorValueToStringC (for AV int codes)
- String Variable
- Let
- GetActorValue