C# Класс ACR_CreatureBehavior.ModuleObject

This class represents the module.
Наследование: ACR_CreatureBehavior.GameObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Areas List

Открытые методы

Метод Описание
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.

Описание методов

AddInstancedArea() публичный Метод

Add an instanced area object to the area object list.
public AddInstancedArea ( uint AreaObjectId ) : ACR_CreatureBehavior.AreaObject
AreaObjectId uint Supplies the area object id.
Результат ACR_CreatureBehavior.AreaObject

ModuleObject() публичный Метод

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.
Результат System

Описание свойств

Areas публичное свойство

The list of areas present in the module.
public List Areas
Результат List