Persistent Packet Group From Id (Expression) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Expression · Since: 3.3.4

Syntax

persistent packet group (from|with) [global] id %string%

Description

Get a persistent packet-based Group from its ID

Examples

#Save the persistent packet group's ID
set {id} to {_packetgroupA}'s persistent id

#Use the {id} to get the persistent packet group at any time
set {_packetgroupB} to persistent packet group with id {id}

View source