C# Class ACR_CreatureBehavior.ModuleObject

This class represents the module.
Inheritance: ACR_CreatureBehavior.GameObject
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
Areas List

Méthodes publiques

Méthode Description
AddInstancedArea ( uint AreaObjectId ) : ACR_CreatureBehavior.AreaObject

Add an instanced area object to the area object list.

ModuleObject ( uint ObjectId, GameObjectManager ObjectManager ) : System

Construct a module object and insert it into the object table.

Method Details

AddInstancedArea() public méthode

Add an instanced area object to the area object list.
public AddInstancedArea ( uint AreaObjectId ) : ACR_CreatureBehavior.AreaObject
AreaObjectId uint Supplies the area object id.
Résultat ACR_CreatureBehavior.AreaObject

ModuleObject() public méthode

Construct a module object and insert it into the object table.
public ModuleObject ( uint ObjectId, GameObjectManager ObjectManager ) : System
ObjectId uint Supplies the object id.
ObjectManager GameObjectManager Supplies the object manager.
Résultat System

Property Details

Areas public_oe property

The list of areas present in the module.
public List Areas
Résultat List