Table of Contents

BEHAVIOR_TREE_DATA_LOCATION

Category: Data

Parent class: BEHAVIOR_TREE_DATA

Cloneable

Properties


CanNavigateOnGround

Serialized, Savegame


CanNavigateOnWater

Serialized, Savegame


GotoObjectPosition

Serialized, Savegame


IsSetOrientationOnDestination

Serialized, Savegame


OrientationOffset

Serialized, Savegame


DestinationPosition

Runtime only, Savegame


DestinationObject

Runtime only, Savegame


HasOffset

Runtime only, Savegame


AlternativeDestinationList

Runtime only, Savegame

Functions


setDestination

void setDestination(object)

Name Type Description
object GAME_OBJECT

void setDestination(object, offset [, isOffsetLocal])

Name Type Description
object GAME_OBJECT
offset vec2f
isOffsetLocal boolean

void setDestination(destination)

Name Type Description
destination vec3f