ActorValueToStringC
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
(string) ActorValueToStringC AVCode:int
Or:
(string) AVStringC AVCode:int
Example
string_var my_string let my_string := ActorValueToStringC 5
See Also
- ActorValueToString (for AV string)
- String Variable
- Let
- GetActorValue