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

AnimToString

This is an old revision of this page, as edited 08-23-2012, 11:55 PM by foxtacles (contribs). It may differ significantly from the current revision.
Retrieves the string representation of an Actor animation.

[top]Declaration

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

[top]Parameters

Index - the index of the Actor animation
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 animation. The PAWN version has no return value.