C# Класс Server.AosAttributes

Наследование: BaseAttributes
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
AddStatBonuses ( Server.Mobile to ) : void
AosAttributes ( Item owner ) : System
AosAttributes ( Item owner, AosAttributes other ) : System
AosAttributes ( Item owner, Server.GenericReader reader ) : System
GetValue ( Server.Mobile m, AosAttribute attribute ) : int
RemoveStatBonuses ( Server.Mobile from ) : void
ToString ( ) : string
this ( AosAttribute attribute ) : int

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

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

public AddStatBonuses ( Server.Mobile to ) : void
to Server.Mobile
Результат void

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

public AosAttributes ( Item owner ) : System
owner Item
Результат System

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

public AosAttributes ( Item owner, AosAttributes other ) : System
owner Item
other AosAttributes
Результат System

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

public AosAttributes ( Item owner, Server.GenericReader reader ) : System
owner Item
reader Server.GenericReader
Результат System

GetValue() публичный статический Метод

public static GetValue ( Server.Mobile m, AosAttribute attribute ) : int
m Server.Mobile
attribute AosAttribute
Результат int

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

public RemoveStatBonuses ( Server.Mobile from ) : void
from Server.Mobile
Результат void

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

public ToString ( ) : string
Результат string

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

public this ( AosAttribute attribute ) : int
attribute AosAttribute
Результат int