# Print

Grammar — Print string
FlagsFunction

Constructs and returns a Print actor message. This message will display the String parameter in the debug log. It is a useful debugging tool for ensuring that an actor is behaving as desired, as oftentimes actors are behind the scenes.

# Arguments

  • string — String

Returns — string<actormsg>

string libNtve_gf_Print(string lp_string);

Category: Actor / Message Constructors

# Examples

— None found —