kbWasSaid: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Some wiki formatting)
 
(5 intermediate revisions by the same user not shown)
Line 23: Line 23:
|p1= person: [[Object]] - who said the item
|p1= person: [[Object]] - who said the item


|p2= [receiver, topic, sentenceID, maxAge]: [[Array]]
|p2= receiver: [[Object]] - receiver of the sentence


|p3= receiver: [[Object]] - receiver of the sentence
|p3= topic: [[String]] - name of the topic used in [[kbAddTopic]]


|p4= topic: [[String]] - name of the topic used in [[kbAddTopic]]
|p4= sentenceID: [[String]] - id of sentence that we want to check
 
|p5= sentenceID: [[String]] - id of sentence that we want to check


|p6= maxAge: [[Number]] - time in seconds. [[kbWasSaid]] will check whether the sentence was said in last '''max. age''' seconds
|p6= maxAge: [[Number]] - time in seconds. [[kbWasSaid]] will check whether the sentence was said in last '''max. age''' seconds
Line 35: Line 33:
|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>[[player]] [[kbWasSaid]] [otherUnit, "myTopic", "mySentenceID", 3];</code>
|x1= <sqf>player kbWasSaid [otherUnit, "myTopic", "mySentenceID", 3];</sqf>


|seealso= [[Conversations]] [[kbAddTopic]] [[kbHasTopic]] [[kbTell]] [[kbReact]] [[kbRemoveTopic]] [[kbAddDatabase]] [[kbAddDatabaseTargets]], [[FSM]], [[FSM Editor]]
|seealso= [[Conversations]] [[kbAddTopic]] [[kbHasTopic]] [[kbTell]] [[kbReact]] [[kbRemoveTopic]] [[kbAddDatabase]] [[kbAddDatabaseTargets]] [[FSM]] [[FSM Editor]]
}}
}}

Latest revision as of 17:23, 15 August 2022

Hover & click on the images for description

Description

Description:
Check if given item was said by person to someone. See Conversations for more details.
Groups:
Conversations

Syntax

Syntax:
person kbWasSaid [receiver, topic, sentenceID, maxAge]
Parameters:
person: Object - who said the item
receiver: Object - receiver of the sentence
topic: String - name of the topic used in kbAddTopic
sentenceID: String - id of sentence that we want to check
maxAge: Number - time in seconds. kbWasSaid will check whether the sentence was said in last max. age seconds
Return Value:
Boolean

Examples

Example 1:
player kbWasSaid [otherUnit, "myTopic", "mySentenceID", 3];

Additional Information

See also:
Conversations kbAddTopic kbHasTopic 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