class AUDIO_LISTENER General cluster: audio_3d description: "The 3d object that receive the sound emit by sound sources." create: default_create Ancestors AUDIO_3D_OBJECT* Queries has_error: BOOLEAN last_error: READABLE_STRING_GENERAL orientation: TUPLE [REAL_32, REAL_32, REAL_32, REAL_32, REAL_32, REAL_32] position: TUPLE [REAL_32, REAL_32, REAL_32] velocity: TUPLE [REAL_32, REAL_32, REAL_32] x: REAL_32 y: REAL_32 z: REAL_32 Commands initialize set_orientation (a_x_at, a_y_at, a_z_at, a_x_up, a_y_up, a_z_up: REAL_32) set_position (a_x, a_y, a_z: REAL_32) set_velocity (a_x, a_y, a_z: REAL_32) set_x (a_x: REAL_32) set_y (a_y: REAL_32) set_z (a_z: REAL_32)
Generated by ISE EiffelStudio