OsNpcWhisper

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added note stating which version of OpenSim introduced this function)
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=High
 
|threat_level=High
|permissions=${XEngine|osslNPC}
+
|permissions=${OSSL|osslNPC}
 
|delay=0
 
|delay=0
|function_syntax=void osNpcWhisper(key npc, int channel, string message)
+
|function_syntax=osNpcWhisper(key npc, int channel, string message)
 
|ossl_example=See [[osNpcCreate]] example.
 
|ossl_example=See [[osNpcCreate]] example.
 
|description='''npc''' whispers '''message''' on the given '''channel'''.
 
|description='''npc''' whispers '''message''' on the given '''channel'''.
 
|additional_info=This function was added in 0.7.4-post-fixes
 
|additional_info=This function was added in 0.7.4-post-fixes
 
}}
 
}}
 +
'''See Also'''
 +
* [[osNpcSay]]
 +
* [[osNpcSayTo]]
 +
* [[osNpcShout]]

Revision as of 21:09, 25 September 2019

osNpcWhisper(key npc, int channel, string message)
npc whispers message on the given channel.
Threat Level High
Permissions ${OSSL|osslNPC}
Extra Delay 0 seconds
Example(s)
See osNpcCreate example.
Notes
This function was added in 0.7.4-post-fixes


See Also

Personal tools
General
About This Wiki