kbWasSaid: Difference between revisions
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: | |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: [[ | |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 11:42, 24 March 2011
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