kbWasSaid: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 12: Line 12:
| person '''kbWasSaid''' [receiver,topic,sentence id,max. age] |= Syntax
| person '''kbWasSaid''' [receiver,topic,sentence id,max. age] |= Syntax


|p1= person: - who said the item |= PARAMETER1  
|p1= person: [[Person]] - who said the item |= PARAMETER1  


|p2= [receiver,topic,sentence id,max. age]: [[Array]]  |= PARAMETER2  
|p2= [receiver,topic,sentence id,max. age]: [[Array]]  |= PARAMETER2  


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

Revision as of 12:42, 24 March 2011

Hover & click on the images for description

Description

Description:
Check if given item was said by person to someone.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
myPlayer kbWasSaid [myReceiver, "myTopic", "mySentenceID", 3];

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