kbTell: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 38: Line 38:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
The arguments have an optional bool value at the end, if true, engine is forced always to use radio channel for communication.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 15:38, 29 March 2010

Template:future-use


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

Description

Description:
Make the person tell to the receiver the sentence.
Groups:
Uncategorised

Syntax

Syntax:
person kbTell [receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]
Parameters:
person: Object
[receiver, topic, sentence id, [argument name, argument value, argument text, argument speech], ...]: Array
receiver: Object
topic: String
sentence id: String
argument name: String
argument value: Code
argument text: String, argument speech is an array of Strings, where each string is an already defined word in configs.
Return Value:
Nothing

Examples

Examples:
Example needed

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

The arguments have an optional bool value at the end, if true, engine is forced always to use radio channel for communication.

Bottom Section