Struct Copy (Expression) — oopsk

Addon: oopsk · Category: Expression · Since: 1.0

Syntax

[the] [a] struct copy of %structs%
%structs%'[s] [a] struct copy

Description

Makes a copy of a struct. The field contents may or may not be copies, depending on their types. Entities, for example, cannot be copied.

Examples

set {_a} to a struct copy of {_b}->playerdata

View source