Update of /cvsroot/decaldev/source/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv24354
Modified Files:
Decal.idl
Log Message:
SetCombatState, LocalChatText/LocalChatEmote
Index: Decal.idl
===================================================================
RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Decal.idl 12 Nov 2002 19:53:54 -0000 1.22
--- Decal.idl 28 Nov 2002 09:55:24 -0000 1.23
***************
*** 46,50 ****
eSendTell = 0x00400000,
eSetAutorun = 0x00800000,
! eGetVital = 0x01000000
};
--- 46,54 ----
eSendTell = 0x00400000,
eSetAutorun = 0x00800000,
! eGetVital = 0x01000000,
! eSendTellEx = 0x02000000,
! eLocalChatText = 0x04000000,
! eLocalChatEmote = 0x08000000,
! eSetCombatState = 0x10000000
};
***************
*** 133,136 ****
--- 137,143 ----
[id(35), helpstring("Gets known MemLocs from the xml.")] HRESULT QueryMemLoc([in] BSTR bstrName, [out, retval] long *pVal);
[propget, id(36), helpstring("property Vital")] HRESULT Vital([in] long Vital, [out, retval] long* pVal);
+ [id(37), helpstring("method LocalChatText")] HRESULT LocalChatText([in] BSTR Text);
+ [id(38), helpstring("method LocalChatEmote")] HRESULT LocalChatEmote([in] BSTR EmoteText);
+ [id(39), helpstring("method SetCombatState")] HRESULT SetCombatState([in] long pVal);
};
|