kbRemoveTopic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add to Conversations command group + added example)
Line 1: Line 1:
[[Category:Scripting Commands|KBREMOVEDTOPIC]]
[[Category:Scripting Commands ArmA|KBREMOVETOPIC]]
[[Category:Scripting Commands ArmA2|KBREMOVETOPIC]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 14: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| person '''kbRemoveTopic''' TopicName|= Syntax
| person [[kbRemoveTopic]] topicName|= Syntax


|p1= person: [[Object]] |= Parameter 1
|p1= person: [[Object]] |= Parameter 1


|p2= TopicName: [[String]] |= Parameter 2
|p2= topicName: [[String]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
|x1= <code>_unit1 [[kbRemoveTopic]] "howsTheWeather";</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[kbAddTopic]], [[kbHasTopic]], [[kbTell]], [[FSM]] |= See also


}}
}}
Line 35: Line 33:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Conversations|{{uc:{{PAGENAME}}}}]]

Revision as of 22:09, 26 March 2018

Hover & click on the images for description

Description

Description:
Unregister conversation topic from given person.
Groups:
Uncategorised

Syntax

Syntax:
person kbRemoveTopic topicName
Parameters:
person: Object
topicName: String
Return Value:
Nothing

Examples

Example 1:
_unit1 kbRemoveTopic "howsTheWeather";

Additional Information

See also:
kbAddTopickbHasTopickbTellFSM

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