class
	VLDOOR_T

General
	cluster: brie_doom
	description: "vldoor_t from p_spec.h"
	create: make

Ancestors
	WITH_THINKER*

Queries
	direction: INTEGER_32
	sector: SECTOR_T
	speed: FIXED_T
	thinker: THINKER_T
	topcountdown: INTEGER_32
	topheight: FIXED_T
	topwait: INTEGER_32
	type: INTEGER_32

Commands
	make (a_sector: [like sector] SECTOR_T)
	make_thinker
	set_direction (a_direction: [like direction] INTEGER_32)
	set_sector (a_sector: [like sector] SECTOR_T)
	set_speed (a_speed: [like speed] FIXED_T)
	set_thinker (a_thinker: [like thinker] THINKER_T)
	set_topcountdown (a_topcountdown: [like topcountdown] INTEGER_32)
	set_topheight (a_topheight: [like topheight] FIXED_T)
	set_topwait (a_topwait: [like topwait] INTEGER_32)
	set_type (a_type: [like type] INTEGER_32)


Generated by ISE EiffelStudio