# Show/Hide Data Conversation Line For Observers

GrammarshowHide conversation conversation line line for observers
FlagsNative | Action

When hidden, the line will never be played for observers. When showing, the line will be played as long as it is visible to any player being observed.

# Arguments

  • string [ gamelink::Conversation ] — Conversation
  • string — Line
  • bool [ preset::ShowHideOptionReversed ] — Show/Hide

Returns — void

native void ConversationDataLineHideForObservers(
	string convId,
	string lineId,
	bool hide,
);

Category: Conversation / Data Conversation Tools

# Examples

— None found —