Template of Struct (Expression) — oopsk
Addon: oopsk · Category: Expression · Since: 1.0
Syntax
[the] [struct] template of %structs%
%structs%'[s] [struct] templateDescription
Returns the name of the template used to create a struct.
Examples
set {_struct} to a message struct
set {_template} to template of {_struct}
# {_template} is now "message"