class MAPTEXTURE_T General cluster: brie_doom description: "maptexture_t from r_data.c A DOOM wall texture is a list of patches which are to be combined in a predefined order." create: make Ancestors ANY Queries height: INTEGER_16 masked: BOOLEAN name: STRING_8 patches: ARRAY [MAPPATCH_T] width: INTEGER_16 Commands make set_height (a_height: [like height] INTEGER_16) set_masked (a_masked: [like masked] BOOLEAN) set_name (a_name: [like name] STRING_8) set_patches (a_patches: [like patches] ARRAY [MAPPATCH_T]) set_width (a_width: [like width] INTEGER_16) Constraints
Generated by ISE EiffelStudio