TKE_Include_Segment
Opcode
| ASCII | < |
| Hexadecimal | 3C |
| Decimal | 60 |
Operands
Byte flag_or_length, [Byte length,] (length)xByte name [Byte condition_length, (condition_length)xByte condition]
| flag_or_length | If not 0, the length of the segment name string. If 0, the length follows immediately, and the condition fields follow the segment name. |
| length | length of the segment name string |
| name | name of the segment to be included |
| condition_length | length of the condition string |
| condition | logical test based on condition flags |
Notes
The specified segment is to “included” in the current segment; it is drawn as if it were a local subsegment. Included segment are used to instance objects within your scene graph. If a condition is present, it must evaluate to true before the segment is processed.
Conditions and flagging the length were added in HSF version 11.50.