C# Class ACR_CreatureBehavior.ModuleObject

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

Public Properties

Property Type Description
Areas List

Public Methods

Method 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 method

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

ModuleObject() public method

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.
return System

Property Details

Areas public_oe property

The list of areas present in the module.
public List Areas
return List