deferred class
	GAME_HAPTIC_EFFECT_INFINITE_LENGTH

General
	cluster: haptic
	description: "A GAME_HAPTIC_EFFECT that can have an infinte length."

Ancestors
	GAME_HAPTIC_EFFECT*

Queries
	exists: BOOLEAN
	is_infinite: BOOLEAN
	item: POINTER
	length: NATURAL_32
	shared: BOOLEAN
	structure_size: INTEGER_32

Commands
	make
	make_by_pointer (a_ptr: POINTER)
	set_infinite
	set_length (a_length: NATURAL_32)


Generated by ISE EiffelStudio