# Ref Table Dump

Grammar — RefTableDump space
FlagsNative | Function

Constructs and returns a RefTableDump actor message based on the parameters. This message dumps an entire actor reference table. The Space parameter determines which ref table will be dumped: 1 will dump the global ref table, 2 will dump the scope ref table, and 3 will dump the actor ref table. When a table is dumped, all existing actor references in that table’s category will be printed to the debug log.

# Arguments

  • int — Space

Returns — string<actormsg>

native string MakeMsgRefTableDump(int space);

Category: Actor / Message Constructors

# Examples

— None found —