class
	GAME_HAPTIC_EFFECT_COMPILED

General
	cluster: haptic
	description: "A GAME_HAPTIC_EFFECT that has been compiled for a GAME_HAPTIC"
	create: make

Ancestors
	GAME_SDL_ANY*

Queries
	effect: GAME_HAPTIC_EFFECT
	haptic: GAME_HAPTIC
	has_error: BOOLEAN
	index: INTEGER_32
	is_open: BOOLEAN
	is_playing: BOOLEAN
	last_error: READABLE_STRING_GENERAL

Commands
	close
	play
	play_infinite_loop
	play_with_loop (a_loop: NATURAL_32)
	stop


Generated by ISE EiffelStudio