kbAddDatabaseTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Compatibility remark.)
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|KBADDDATABASETARGETS]]
[[Category:Scripting Commands|KBADDDATABASETARGETS]]
[[Category:Scripting Commands ArmA|KBADDDATABASETARGETS]]
[[Category:Scripting Commands ArmA|KBADDDATABASETARGETS]]
{{Command|= Comments
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">'''''person'' kbAddDatabaseTargets ''filename'''''</h2>
|2.45|= Game version
____________________________________________________________________________________________


| Register target list knowledge base database to given person. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| person '''kbAddDatabaseTargets''' filename |= Syntax


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


'''filename:''' [[String]]
|p2= filename: [[String]] |= Parameter 2


'''Type of returned value:'''
| [[Boolean]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_unit kbAddDatabase "chat.txt"</pre> |= Example 1
____________________________________________________________________________________________


[[Boolean]]
|  |= See also


'''Compatibility:'''
}}


Version 2.45 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


''Function not available in Armed Assault.''
<!-- Note Section END -->
</dl>


'''Description:'''
<h3 style="display:none">Bottom Section</h3>
 
Register target list knowledge base database to given person.
 
 
'''Example:'''
 
_unit '''kbAddDatabase''' "chat.txt"

Revision as of 00:52, 2 August 2006


-wrong parameter ("Arma") defined!-2.45
Hover & click on the images for description

Description

Description:
Register target list knowledge base database to given person.
Groups:
Uncategorised

Syntax

Syntax:
person kbAddDatabaseTargets filename
Parameters:
person: Object
filename: String
Return Value:
Boolean

Examples

Example 1:
_unit kbAddDatabase "chat.txt"

Additional Information

See also:
See also needed

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