From: Jeffrey D. <ha...@us...> - 2003-12-23 00:58:21
|
Log Message: ----------- slashday stuff Modified Files: -------------- /cvsroot/decaldev/source/Include: Decal.idl Revision Data ------------- Index: Decal.idl =================================================================== RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- Decal.idl 9 Sep 2003 03:09:16 -0000 1.43 +++ Decal.idl 23 Dec 2003 00:57:50 -0000 1.44 @@ -190,6 +190,7 @@ eUseItemRaw = 15, eUseFociSpell = 16, eSetIdleTime = 17, + eSetDay = 18, eAvailableHooksEx_DWORD = 0x7FFFFFFF // coerce enums into 4 byte instead of two }; @@ -321,6 +322,7 @@ [id(62), helpstring("Raw Use Item (3rd param)")] HRESULT UseItemRaw([in]long lObjectID, long lUseState, long lUseMethod); [id(63), helpstring("Use the Casting Foci's Spell")] HRESULT UseFociSpell([in]long UseThis, long OnThis); [id(64), helpstring("Set the idle time required to log out")] HRESULT SetIdleTime([in] double dIdleTimeout); + [id(65), helpstring("Set /day")] HRESULT SetDay([in] VARIANT_BOOL bDay); }; [ |