BIS fnc kbTellLocal: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>") |
Killzone Kid (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
|eff= local|gr1= Conversations | |eff= local|gr1= Conversations | ||
|descr= Play given sentence, disable radio and/or lower sounds. Will use [[BIS_fnc_showSubtitle]] for better effects if channel is DIRECT or VEHICLE. | |descr= Play given sentence, disable radio and/or lower sounds. Will use [[BIS_fnc_showSubtitle]] for better effects if channel is DIRECT or VEHICLE. The function calls "BIS_fnc_kbTellLocal_played" scripted Event Handler, if it returns [true], the radio item check in inventory will be overridden. | ||
{{Feature | important | This function is intended to be used by [[BIS_fnc_kbTell]] only.}} | {{Feature | important | This function is intended to be used by [[BIS_fnc_kbTell]] only.}} | ||
Latest revision as of 16:25, 23 November 2025
Description
- Description:
- Play given sentence, disable radio and/or lower sounds. Will use BIS_fnc_showSubtitle for better effects if channel is DIRECT or VEHICLE. The function calls "BIS_fnc_kbTellLocal_played" scripted Event Handler, if it returns [true], the radio item check in inventory will be overridden.
- Execution:
- call
- Groups:
- Conversations
Syntax
- Syntax:
- [mode, parameters] call BIS_fnc_kbTellLocal
- Parameters:
- mode: String - can be either "sentence", "conversationStart" or "conversationEnd"
- parameters: Array - depends on the mode:
- "sentence": same parameters as kbTell (receiver, topicName etc.)
- "conversationStart": [volumeCoef, disableRadio]
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
- Example 3:
Additional Information
- See also:
- Conversations kbTell BIS_fnc_kbCanSpeak BIS_fnc_kbCreateDummy BIS_fnc_kbIsSpeaking BIS_fnc_kbMenu BIS_fnc_kbPriority BIS_fnc_kbSentence BIS_fnc_kbSkip BIS_fnc_kbTell BIS_fnc_kbTopicConfig
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note