C# Class ACR_CreatureBehavior.CreatureObject.PerceptionNode

This class records what objects are perceived by this object.
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Свойство Type Description
Heard bool
PerceivedObjectId uint
Seen bool

Méthodes publiques

Méthode Description
PerceptionNode ( uint ObjectId ) : System

Create a new, blank perception node relating to perception of a given object.

Method Details

PerceptionNode() public méthode

Create a new, blank perception node relating to perception of a given object.
public PerceptionNode ( uint ObjectId ) : System
ObjectId uint Supplies the object whose perception /// state is being tracked.
Résultat System

Property Details

Heard public_oe property

True if the object is heard.
public bool Heard
Résultat bool

PerceivedObjectId public_oe property

The object id that is being perceived.
public uint PerceivedObjectId
Résultat uint

Seen public_oe property

True if the object is seen.
public bool Seen
Résultat bool