This site has been archived and made available for preservation purposes. No edits can be made.

ValueToString

Retrieves the string representation of an Actor value.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE cRawString (*VAULTAPI(ValueToString))(VAULTSPACE Index) VAULTCPP(noexcept);
Code c:
native ValueToString(index, value{});

[top]Parameters

Index - the index of the Actor value
value (PAWN only) - an array large enough to hold at least 64 characters

[top]Return value

The C version returns a cRawString containing the string representation of the actor value. The PAWN version has no return value.