OsNpcShout

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added note stating which version of OpenSim introduced this function)
Line 3: Line 3:
 
|permissions=${XEngine|osslNPC}
 
|permissions=${XEngine|osslNPC}
 
|delay=0
 
|delay=0
|function_syntax=void osNpcShout(key npc, int channel, string message)
+
|function_syntax=void osNpcShout(key npc, integer channel, string message)
 
|ossl_example=See [[osNpcCreate]] example.
 
|ossl_example=See [[osNpcCreate]] example.
 
|description='''npc''' shouts '''message''' on the given '''channel'''.
 
|description='''npc''' shouts '''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
 
}}
 
}}

Revision as of 14:15, 27 November 2018

void osNpcShout(key npc, integer channel, string message)
npc shouts 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
Personal tools
General
About This Wiki