Skip to main content
Version: v0.18.0

EntityGetProperties

Alias:EntityGetProperties, GetProps, GetProperties

Output:Array<T>

Gets the names of all properties of an entity

ParameterTypeRequiredPositionSummary
Entityentity✔1The entity to get properties from

Examples​

SCL​

EntityGetProperties (property1: 1, property2: 2)

Expected Output​

["property1", "property2"]