ActorValueToStringC

From the Fallout3 GECK Wiki
Revision as of 18:09, 16 July 2014 by imported>Odessa (typo)
(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, which is specified by its int code. Useful for supporting multiple languages.

Syntax

[help]
(string) ActorValueToStringC AVCode:int 

Or:

(string) AVStringC AVCode:int

Example

string_var my_string
let my_string := ActorValueToStringC 5

See Also