BIS fnc kbCanSpeak: 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 person is not locked by some [[Conversations|conversation]]. |DESCRIPTION=
| Check if person is not locked by some [[Conversations|conversation]]. |DESCRIPTION=
____________________________________________________________________________________________


| unit call [[BIS_fnc_kbCanSpeak]] |SYNTAX=
| unit call [[BIS_fnc_kbCanSpeak]] |SYNTAX=
Line 17: Line 14:


| [[Boolean]] - if the person can speak |RETURNVALUE=
| [[Boolean]] - if the person can speak |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>_canPlayerTalk = [[player]] [[call]] [[BIS_fnc_kbCanSpeak]];</code> |EXAMPLE1=
|x1= <code>_canPlayerTalk = [[player]] [[call]] [[BIS_fnc_kbCanSpeak]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[Conversations]], [[BIS_fnc_kbTell]] |SEEALSO=
| [[Conversations]], [[BIS_fnc_kbTell]] |SEEALSO=

Revision as of 00:28, 17 January 2021

Hover & click on the images for description

Description

Description:
Check if person is not locked by some conversation.
Execution:
call
Groups:
Conversations

Syntax

Syntax:
unit call BIS_fnc_kbCanSpeak
Parameters:
unit: Object - checked person
Return Value:
Boolean - if the person can speak

Examples

Example 1:
_canPlayerTalk = player call BIS_fnc_kbCanSpeak;

Additional Information

See also:
ConversationsBIS_fnc_kbTell

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