dc: Add setTalk back to DistributedAvatar.

This commit is contained in:
Sam Edwards 2013-10-30 12:42:20 -06:00
parent 45367f7ec5
commit 50071028f7

View file

@ -214,6 +214,7 @@ dclass DistributedAvatar : DistributedSmoothNode, TalkPath_whisper {
friendsNotify(int32, int8) ownrecv airecv clsend;
checkAvOnShard(uint32) clsend airecv;
confirmAvOnShard(uint32, int8);
setTalk(uint32, uint32, string(0-256), string(0-400), TalkModification [], uint8) broadcast;
};
dclass DistributedPlayer : DistributedAvatar {