Obsolete_Functions - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
These functions are for texturing popup and dialog windows.
- message_alpha
- message_background
- message_button
- message_button_font
- message_caption
- message_input_color
- message_input_font
- message_mouse_color
- message_position
- message_size
- message_text_font
- message_text_charset
Game Maker has deprecated these in favor of the new audio functions, we still keep them however.
- sound_add
- sound_background_tempo
- sound_delete
- sound_discard
- sound_exists
- sound_fade
- sound_get_kind
- sound_get_name
- sound_get_preload
- sound_get_volume
- sound_get_pitch
- sound_get_position
- sound_get_length
- sound_get_samplerate
- sound_get_channels
- sound_seek
- sound_seek_all
- sound_isplaying
- sound_ispaused
- sound_loop
- sound_pan
- sound_play
- sound_replace
- sound_restore
- sound_set_search_directory
- sound_pause
- sound_pause_all
- sound_resume_all
- sound_stop
- sound_stop_all
- sound_global_volume
- sound_volume
- sound_pitch
Sound effects are also technically deprecated, we currently only provide them in the DirectSound audio system since that is actually where the functions get their name and exact parameters from.
- sound_3d_set_sound_cone
- sound_3d_set_sound_distance
- sound_3d_set_sound_position
- sound_3d_set_sound_velocity
- sound_effect_chorus
- sound_effect_compressor
- sound_effect_echo
- sound_effect_equalizer
- sound_effect_flanger
- sound_effect_gargle
- sound_effect_reverb
- sound_effect_set
DirectX functions are considered deprecated as they were highly unusable and are likely to stay deprecated since a lot of the code involves Windows 95 style COM interfaces.
- mplay_connect_status
- mplay_data_mode
- mplay_data_read
- mplay_data_write
- mplay_end
- mplay_init_ipx
- mplay_init_modem
- mplay_init_serial
- mplay_init_tcpip
- mplay_ipaddress
- mplay_message_clear
- mplay_message_count
- mplay_message_id
- mplay_message_name
- mplay_message_player
- mplay_message_receive
- mplay_message_send
- mplay_message_send_guaranteed
- mplay_message_value
- mplay_player_find
- mplay_player_id
- mplay_player_name
- mplay_session_create
- mplay_session_end
- mplay_session_find
- mplay_session_join
- mplay_session_mode
- mplay_session_name
- mplay_session_status