kbAddDatabase: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(48 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|KBADDDATABASE]]
{{RV|type=command
[[Category:Scripting Commands ArmA|KBADDDATABASE]]
[[Category:Scripting Commands ArmA2|KBADDDATABASE]]


{{Command|= Comments
|game1= arma2
____________________________________________________________________________________________
|version1= 1.00


| arma2 |= Game name
|game2= arma2oa
|version2= 1.50


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


| Register knowledge base database to given person.|= Description
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| [[Boolean]] <nowiki>=</nowiki> person '''kbAddDatabase''' filename |= Syntax
|gr1= Conversations


|p1= person: [[Object]] |= Parameter 1
|descr= Register knowledge base database to given person. See [[Conversations]] for more details.
{{Feature|important|This command is no longer available in {{arma2}} and {{arma3}}.}}


|p2= filename: [[String]] |= Parameter 2
|s1= person [[kbAddDatabase]] fileName


| [[Boolean]] |= Return value
|p1= person: [[Object]]
____________________________________________________________________________________________
 
|x1= <pre>_unit kbAddDatabase "chat.txt"</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|p2= fileName: [[String]]


}}
|r1= [[Boolean]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>_hasBeenAdded = _unit kbAddDatabase "chat.txt";</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


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

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Register knowledge base database to given person. See Conversations for more details.
This command is no longer available in Arma 2 and Arma 3.
Groups:
Conversations

Syntax

Syntax:
person kbAddDatabase fileName
Parameters:
person: Object
fileName: String
Return Value:
Boolean

Examples

Example 1:
_hasBeenAdded = _unit kbAddDatabase "chat.txt";

Additional Information

See also:
Conversations kbAddTopic kbHasTopic kbTell kbWasSaid kbReact kbRemoveTopic 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