# Ref Dump

Grammar — RefDump actorRefName
FlagsFunction

Constructs and returns a RefDump actor message based on the parameters. This message will display the contents of an actor reference, chosen through the Actor Ref Name parameter, to the debug log. This is a useful debugging tool as it allows you to see what is being stored inside of the selected actor reference.

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

string libNtve_gf_RefDump(string lp_actorRefName);

Category: Actor / Message Constructors

# Examples

— None found —