C# 클래스 ACR_CreatureBehavior.PowerShellInterop

This class is used to expose methods and functionality to PowerShell scriptlets. Note that methods on this object are called without there necessarily being a valid current script object on the ACR_CreatureBehavior object, so only local properties are generally accessible.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
GetAreas ( ) : List

Get the list of areas for debugging purposes.

Get the list of all known areas.

GetCreatures ( ) : IEnumerable

Get the list of creatures for debugging purposes.

GetGameObject ( uint ObjectId ) : ACR_CreatureBehavior.GameObject

Get an object for debugging purposes.

PowerShellInterop ( ) : System

Create a new PowerShellInterop object.

메소드 상세

GetAreas() 공개 메소드

Get the list of areas for debugging purposes. Get the list of all known areas.
public GetAreas ( ) : List
리턴 List

GetCreatures() 공개 메소드

Get the list of creatures for debugging purposes.
public GetCreatures ( ) : IEnumerable
리턴 IEnumerable

GetGameObject() 공개 메소드

Get an object for debugging purposes.
public GetGameObject ( uint ObjectId ) : ACR_CreatureBehavior.GameObject
ObjectId uint Supplies the object id to translate.
리턴 ACR_CreatureBehavior.GameObject

PowerShellInterop() 공개 메소드

Create a new PowerShellInterop object.
public PowerShellInterop ( ) : System
리턴 System