C# Class Files.IFF.OBJfFunctionPair

ファイルを表示 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
ActionFunction ushort
ConditionFunction ushort

Property Details

ActionFunction public_oe property

A 2-byte unsigned integer specifying the chunk ID of the action BHAV subroutine.
public ushort ActionFunction
return ushort

ConditionFunction public_oe property

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
return ushort