C# Class FSO.Files.Formats.IFF.Chunks.TTABInteraction

Represents an interaction in a TTAB chunk.
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
ActionFunction ushort
AttenuationCode uint
AttenuationValue float
AutonomyThreshold uint
Flags TTABFlags
Flags2 TSOFlags
JoiningIndex int
MotiveEntries FSO.Files.Formats.IFF.Chunks.TTABMotiveEntry[]
TTAIndex uint
TestFunction ushort

Property Details

ActionFunction public_oe property

public ushort ActionFunction
return ushort

AttenuationCode public_oe property

public uint AttenuationCode
return uint

AttenuationValue public_oe property

public float AttenuationValue
return float

AutonomyThreshold public_oe property

public uint AutonomyThreshold
return uint

Flags public_oe property

public TTABFlags Flags
return TTABFlags

Flags2 public_oe property

public TSOFlags Flags2
return TSOFlags

JoiningIndex public_oe property

public int JoiningIndex
return int

MotiveEntries public_oe property

public TTABMotiveEntry[],FSO.Files.Formats.IFF.Chunks MotiveEntries
return FSO.Files.Formats.IFF.Chunks.TTABMotiveEntry[]

TTAIndex public_oe property

public uint TTAIndex
return uint

TestFunction public_oe property

public ushort TestFunction
return ushort