class
	DRAWSEG_T

General
	cluster: render
	description: "drawseg_t from r_defs.h"
	create: make

Ancestors
	ANY

Queries
	bsilheight: FIXED_T
	curline: detachable SEG_T
	maskedtexturecol: detachable INDEX_IN_ARRAY [INTEGER_16]
	scale1: FIXED_T
	scale2: FIXED_T
	scalestep: FIXED_T
	silhouette: INTEGER_32
	sprbottomclip: detachable INDEX_IN_ARRAY [INTEGER_16]
	sprtopclip: detachable INDEX_IN_ARRAY [INTEGER_16]
	tsilheight: FIXED_T
	x1: INTEGER_32
	x2: INTEGER_32

Commands
	make
	set_bsilheight (a_bsilheight: [like bsilheight] FIXED_T)
	set_curline (a_curline: [like curline] detachable SEG_T)
	set_maskedtexturecol (a_maskedtexturecol: [like maskedtexturecol] detachable INDEX_IN_ARRAY [INTEGER_16])
	set_scale1 (a_scale1: [like scale1] FIXED_T)
	set_scale2 (a_scale2: [like scale2] FIXED_T)
	set_scalestep (a_scalestep: [like scalestep] FIXED_T)
	set_silhouette (a_silhouette: [like silhouette] INTEGER_32)
	set_sprbottomclip (a_sprbottomclip: [like sprbottomclip] detachable INDEX_IN_ARRAY [INTEGER_16])
	set_sprtopclip (a_sprtopclip: [like sprtopclip] detachable INDEX_IN_ARRAY [INTEGER_16])
	set_tsilheight (a_tsilheight: [like tsilheight] FIXED_T)
	set_x1 (a_x1: [like x1] INTEGER_32)
	set_x2 (a_x2: [like x2] INTEGER_32)


Generated by ISE EiffelStudio