kbHasTopic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




 
<h2 style="color:#000066">'''''person'' kbHasTopic ''name'''''</h2>
 
<h2 style="color:#000066">''person'' ''' kbHasTopic ''name'''''</h2>




'''Operand types:'''
'''Operand types:'''
      
      
person: [[Object]]
'''person:''' [[Object]]


name: [[String]]
'''name:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 25: Line 23:


Check if conversation topic was registered to given person.
Check if conversation topic was registered to given person.
'''Example:'''

Revision as of 23:15, 1 July 2006


person kbHasTopic name


Operand types:

person: Object

name: String

Type of returned value:

Boolean

Compatibility:

Version 2.92 required.

Description:

Check if conversation topic was registered to given person.