Set property

STD Library
Tanto lado del cliente como del usuario
Solo en PC

Set the attribute value of the target entity. This attribute must have been defined.

Declaración

globalEntity<{0}>.{1} = Value
go

Parámetros

Entrada

Nombre Tipo Descripción
Entity entity Target Entity
Property Property An attribute of the target entity
Value Object The target value, must conform to the type required when defining the attribute.
Operation Int Operation mode, all types support assignment, and numeric types also support self-addition, self-subtraction, self-multiplication, self-division, and self-remainder.