class
	SIDE_T

General
	cluster: render
	description: 
		"side_t from r_defs.h
		
		The SideDef."
	create: default_create, from_pointer

Ancestors
	ANY

Queries
	bottomtexture: INTEGER_16
	midtexture: INTEGER_16
	rowoffset: FIXED_T
	sector: detachable SECTOR_T
	Structure_size: INTEGER_32
	textureoffset: FIXED_T
	toptexture: INTEGER_16

Commands
	from_pointer (m: MANAGED_POINTER; offset: INTEGER_32; i_main: I_MAIN)
	set_bottomtexture (a_bottomtexture: [like bottomtexture] INTEGER_16)
	set_midtexture (a_midtexture: [like midtexture] INTEGER_16)
	set_toptexture (a_toptexture: [like toptexture] INTEGER_16)


Generated by ISE EiffelStudio