Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 501 Bytes

HideTopic.md

File metadata and controls

25 lines (20 loc) · 501 Bytes

Back to overview


HideTopic


Description

Hides a talking topic in an investigation.

Parameters

Name Type Description Required Default Value
ID Number The ID of the investigation containing the talking topic. -
Index Number The 1-based index of the topic. -

Examples:

Example #1: Hiding topic 1 of Investigation 'Crime Scene'

1:  HideTopic:["Crime Scene"|1];

Remarks:


Back to overview