OsNpcWhisper

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{osslfunc |threat_level=High |function_syntax=void osNpcWhisper(key npc, int channel, string message) |ossl_example=See osNpcCreate example. |description='''npc''' whispers ...")
 
(Add See Also)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=High
 
|threat_level=High
|function_syntax=void osNpcWhisper(key npc, int channel, string message)
+
|permissions=${XEngine|osslNPC}
 +
|delay=0
 +
|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
 
}}
 
}}
 +
'''See Also'''
 +
* [[osNpcSay]]
 +
* [[osNpcSayTo]]
 +
* [[osNpcShout]]

Revision as of 18:36, 11 December 2018

osNpcWhisper(key npc, int channel, string message)
npc whispers message on the given channel.
Threat Level High
Permissions ${XEngine|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