BIS fnc kbIsSpeaking: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| tkoh |Game name=
| tkoh |Game name=
Line 7: Line 6:


|gr1 = Conversations |GROUP1=
|gr1 = Conversations |GROUP1=
____________________________________________________________________________________________


| Check if speaker is locked for different conversation. |Description=
| Check if speaker is locked for different conversation. |Description=
____________________________________________________________________________________________


| unit call [[BIS_fnc_kbIsSpeaking]] |Syntax=
| unit call [[BIS_fnc_kbIsSpeaking]] |Syntax=
Line 17: Line 14:


| [[Boolean]] |Return value=
| [[Boolean]] |Return value=
____________________________________________________________________________________________


|x1= <code>[[player]] [[call]] [[BIS_fnc_kbIsSpeaking]];</code> |Example 1=
|x1= <code>[[player]] [[call]] [[BIS_fnc_kbIsSpeaking]];</code> |Example 1=
____________________________________________________________________________________________


| [[Conversations]], [[BIS_fnc_kbTell]], [[kbWasSaid]] |See also=
| [[Conversations]], [[BIS_fnc_kbTell]], [[kbWasSaid]] |See also=

Revision as of 00:25, 17 January 2021

Hover & click on the images for description

Description

Description:
Check if speaker is locked for different conversation.
Execution:
call
Groups:
Conversations

Syntax

Syntax:
unit call BIS_fnc_kbIsSpeaking
Parameters:
unit: Object - the speaker
Return Value:
Boolean

Examples

Example 1:
player call BIS_fnc_kbIsSpeaking;

Additional Information

See also:
ConversationsBIS_fnc_kbTellkbWasSaid

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

Notes

Bottom Section