* Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementations. Thanks Melanie!

This commit is contained in:
Adam Frisby
2008-04-26 12:40:14 +00:00
parent 8f6d508b43
commit 3dc60c1433
4 changed files with 210 additions and 49 deletions

View File

@@ -63,6 +63,7 @@ namespace OpenSim.Region.ScriptEngine.Common
//void llSay(int channelID, string text);
void llSay(int channelID, string text);
void llShout(int channelID, string text);
void llRegionSay(int channelID, string text);
int llListen(int channelID, string name, string ID, string msg);
void llListenControl(int number, int active);
void llListenRemove(int number);