C# Класс Files.IFF.OBJfFunctionPair

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

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

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

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

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

A 2-byte unsigned integer specifying the chunk ID of the action BHAV subroutine.
public ushort ActionFunction
Результат ushort

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

A 2-byte unsigned integer specifying the chunk ID of the conditional BHAV subroutine. If specified, the action function will be executed only if the condition function returns true; otherwise, the action function will simply always be executed.
public ushort ConditionFunction
Результат ushort