kbHasTopic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|arg= local |Multiplayer Arguments=
|game2= arma2oa
|version2= 1.50


|1.00|Game version=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| Check if conversation topic was registered to given person. See [[Conversations]] for more details. |DESCRIPTION=
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| person [[kbHasTopic]] topicName |SYNTAX=
|gr1= Conversations


|p1= person: [[Object]] |PARAMETER1=
|arg= local


|p2= topicName: [[String]] |PARAMETER2=
|descr= Check if conversation topic was registered to given person. See [[Conversations]] for more details.


| [[Boolean]] |RETURNVALUE=
|s1= person [[kbHasTopic]] topicName


|x1= <code>_obiHasTopic = [[player]] [[kbHasTopic]] "helloThereGeneralK";</code> |EXAMPLE1=
|p1= person: [[Object]]


|x2= <code>if ([[player]] [[kbHasTopic]] "dontShoot") then { [[player]] [[kbRemoveTopic]] "dontShoot"; };</code> |EXAMPLE2=
|p2= topicName: [[String]]
____________________________________________________________________________________________


| [[Conversations]], [[kbAddTopic]], [[kbTell]], [[kbReact]], [[kbRemoveTopic]], [[kbAddDatabase]], [[kbAddDatabaseTargets]], [[FSM]], [[FSM Editor]] |SEEALSO=
|r1= [[Boolean]]


}}
|x1= <sqf>_obiHasTopic = player kbHasTopic "helloThereGeneralK";</sqf>


<h3 style="display:none">Notes</h3>
|x2= <sqf>if (player kbHasTopic "dontShoot") then { player kbRemoveTopic "dontShoot"; };</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[Conversations]] [[kbAddTopic]] [[kbTell]] [[kbReact]] [[kbRemoveTopic]] [[kbAddDatabase]] [[kbAddDatabaseTargets]] [[FSM]] [[FSM Editor]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Conversations|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Check if conversation topic was registered to given person. See Conversations for more details.
Groups:
Conversations

Syntax

Syntax:
person kbHasTopic topicName
Parameters:
person: Object
topicName: String
Return Value:
Boolean

Examples

Example 1:
_obiHasTopic = player kbHasTopic "helloThereGeneralK";
Example 2:
if (player kbHasTopic "dontShoot") then { player kbRemoveTopic "dontShoot"; };

Additional Information

See also:
Conversations kbAddTopic kbTell kbReact kbRemoveTopic kbAddDatabase kbAddDatabaseTargets FSM FSM Editor

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