EntityGetProperties
Alias:EntityGetProperties
, GetProps
, GetProperties
Output:Array<T>
Gets the names of all properties of an entity
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Entity | entity | ✔ | 1 | The entity to get properties from |
Examples​
SCL​
EntityGetProperties (property1: 1, property2: 2)
Expected Output​
["property1", "property2"]