BIS fnc kbIsSpeaking: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3")
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| tkoh |= Game name
|game2= arma3
|version2= 0.50


|1.00|= Game version
|gr1= Conversations
____________________________________________________________________________________________


| <pre>/*
|descr= Check if speaker is locked for different conversation.


Description:
|s1= unit call [[BIS_fnc_kbIsSpeaking]]
Check if speaker is locked for different conversation


Parameter(s):
|p1= unit: [[Object]] - the speaker
_this: OBJECT


Returns:
|r1= [[Boolean]]
BOOL - true if locked
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <sqf>player call BIS_fnc_kbIsSpeaking;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_kbIsSpeaking]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[Conversations]] [[BIS_fnc_kbTell]] [[kbWasSaid]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Conversations|{{uc:kbIsSpeaking}}]]
[[Category:Functions|{{uc:kbIsSpeaking}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:kbIsSpeaking}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:kbIsSpeaking}}]]

Latest revision as of 13:58, 1 July 2022

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:
Conversations BIS_fnc_kbTell kbWasSaid

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