Skip to content

Commit

Permalink
defines
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 24, 2024
1 parent 565640a commit 6a32f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_ss220/text_to_speech/code/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@
#define COMSIG_ATOM_TTS_TRAIT_ADD "atom_tts_trait_add"
//from base of atom/tts_trait_remove(): (atom/user, trait)
#define COMSIG_ATOM_TTS_TRAIT_REMOVE "atom_tts_trait_remove"
//from base of atom/cast_tts(): (mob/listener, message, atom/location, is_local = TRUE, effect = SOUND_EFFECT_NONE, traits = TTS_TRAIT_RATE_FASTER, preSFX, postSFX)
#define COMSIG_ATOM_PRE_TTS_CAST "atom_pre_tts_cast"
#define COMPONENT_TTS_INTERRUPT (1<<0)
2 changes: 2 additions & 0 deletions modular_ss220/text_to_speech/code/~undefs/~undefs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@

#undef COMSIG_ATOM_TTS_SEED_CHANGE
#undef COMSIG_ATOM_TTS_CAST
#undef COMSIG_ATOM_PRE_TTS_CAST
#undef COMPONENT_TTS_INTERRUPT
#undef COMSIG_ATOM_TTS_TRAIT_ADD
#undef COMSIG_ATOM_TTS_TRAIT_REMOVE

0 comments on commit 6a32f2a

Please sign in to comment.