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.
Показать файл Открыть проект

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

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