Get Group/Animation From Storage (Expression) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Expression · Since: 3.3.1

Syntax

(saved group|anim[ation]) [tagged] %string% from (local|mysql|mongo[db]) [storage]

Description

Get a saved group/animation from a load method (local, mongodb, mysql)

Examples

set {_savedanim} to animation tagged "myanimation" from mysql storage
set {_savedgroup} to saved group tagged "mygroup" from local storage

View source