================
TKE_Line_Pattern
================

Opcode
======

.. csv-table::

	"ASCII", "-"
	"Hexadecimal", "2D"
	"Decimal", "45"


Operands
========

Byte pattern, Byte capjoin 

.. csv-table::

	"pattern", "enumeration of basic line pattern"
	"elements", :combined enumeration of cap and join styles"
	
	
Notes
=====

The lower nibble (4 bits) of capjoin is an enumeration of the end cap type, the upper nibble is the join type.

Definitions may be found :doc:`here </general/hsf/opcodes/line_pattern_table>`.
