BIS fnc kbCanSpeak: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) 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 23:28, 16 January 2021
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