C# 클래스 ACR_CreatureBehavior.ModuleObject

This class represents the module.
상속: ACR_CreatureBehavior.GameObject
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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