[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: unit_ted.pas line 11
type AtomKind = ( |
||
Free, |
|
|
AnimalTrunk, |
|
|
AnimalJoint, |
|
|
AnimalClaw, |
|
|
SectionTrunk, |
|
|
SectionJoint, |
|
|
SectionClaw, |
|
|
SegmentTrunk, |
|
|
SegmentJoint, |
|
|
SegmentClaw, |
|
|
Joint, |
|
|
Claw |
|
|
); |