User Tools

Site Tools


set_entity_property

This is an old revision of the document!


Set Entity Property


Sets a custom property for an entity to the specified value. This property can then be referenced elsewhere, for example when evaluating a condition.

set_entity_property(entity, property_name, property_value)
ArgumentDescriptionTypeRequired
entityEntity on which the property will be stored.EntityYes
property_nameName of the property.StringYes
property_valueValue that will be assigned to the property.String, Decimal, BooleanYes

When editing this function in the Script Editor, the Variable Expression Builder provides an easy way to choose which value you'd like to store in the property.

Example:

set_entity_property("chest01", "opened", true)

Results: A property is stored on the “chest01” entity with a Boolean value of “true”.

Use the Set Entity Property function to keep track of important information about specific entities, for example whether an NPC has already been visited by the player.


Editor Node:

Visual Demo:

set_entity_property.1502989505.txt.gz · Last modified: 2017/08/17 10:05 by justin