BIS fnc kbIsSpeaking: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| tkoh |= Game name
| tkoh |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Check if speaker is locked for different conversation. |Description=
 
Description:
Check if speaker is locked for different conversation
 
Parameter(s):
_this: OBJECT
 
Returns:
BOOL - true if locked
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_kbIsSpeaking]]; --> |= Syntax
| unit call [[BIS_fnc_kbIsSpeaking]] |Syntax=


|p1= |= Parameter 1
|p1= unit: [[Object]] - the speaker |Parameter 1=


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


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


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


Line 45: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:kbIsSpeaking}}]]
[[Category:Function Group: Conversations|{{uc:kbIsSpeaking}}]]
[[Category:Function Group: Conversations|{{uc:kbIsSpeaking}}]]
[[Category:Functions|{{uc:kbIsSpeaking}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:kbIsSpeaking}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:kbIsSpeaking}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:kbIsSpeaking}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:kbIsSpeaking}}]]

Revision as of 00:08, 30 May 2018

Hover & click on the images for description

Description

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

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