Lines Matching refs:play

93 	return _GP(play).speech_text_scover;  in Speech_GetTextOverlay()
97 return _GP(play).speech_face_scover; in Speech_GetPortraitOverlay()
101 API_VARGET_INT(_GP(play).close_mouth_speech_time); in Sc_Speech_GetAnimationStopTimeMargin()
105 API_VARSET_PINT(_GP(play).close_mouth_speech_time); in Sc_Speech_SetAnimationStopTimeMargin()
109 API_VARGET_INT(_GP(play).speech_portrait_placement); in Sc_Speech_GetCustomPortraitPlacement()
113 API_VARSET_PINT(_GP(play).speech_portrait_placement); in Sc_Speech_SetCustomPortraitPlacement()
117 API_VARGET_INT(_GP(play).speech_display_post_time_ms); in Sc_Speech_GetDisplayPostTimeMs()
121 API_VARSET_PINT(_GP(play).speech_display_post_time_ms); in Sc_Speech_SetDisplayPostTimeMs()
125 API_VARGET_INT(_GP(play).talkanim_speed); in Sc_Speech_GetGlobalSpeechAnimationDelay()
133 API_VARSET_PINT(_GP(play).talkanim_speed); in Sc_Speech_SetGlobalSpeechAnimationDelay()
137 API_VARGET_INT(_GP(play).speech_portrait_x); in Sc_Speech_GetPortraitXOffset()
141 API_VARSET_PINT(_GP(play).speech_portrait_x); in Sc_Speech_SetPortraitXOffset()
145 API_VARGET_INT(_GP(play).speech_portrait_y); in Sc_Speech_GetPortraitY()
149 API_VARSET_PINT(_GP(play).speech_portrait_y); in Sc_Speech_SetPortraitY()
159 API_VARGET_INT(_GP(play).skip_speech_specific_key); in Sc_Speech_GetSkipKey()
163 API_VARSET_PINT(_GP(play).skip_speech_specific_key); in Sc_Speech_SetSkipKey()
173 API_VARGET_INT(_GP(play).speech_text_align); in Sc_Speech_GetTextAlignment()
177 ASSERT_VARIABLE_VALUE(_GP(play).speech_text_align); in Sc_Speech_SetTextAlignment_Old()
178 _GP(play).speech_text_align = ReadScriptAlignment(params[0].IValue); in Sc_Speech_SetTextAlignment_Old()
183 ASSERT_VARIABLE_VALUE(_GP(play).speech_text_align); in Sc_Speech_SetTextAlignment()
184 _GP(play).speech_text_align = (HorAlignment)params[0].IValue; in Sc_Speech_SetTextAlignment()