|
From: Jeffrey D. <ha...@us...> - 2003-09-09 03:09:18
|
Log Message:
-----------
Idle 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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Decal.idl 8 Sep 2003 20:35:46 -0000 1.42
+++ Decal.idl 9 Sep 2003 03:09:16 -0000 1.43
@@ -189,6 +189,7 @@
eToolText2 = 14,
eUseItemRaw = 15,
eUseFociSpell = 16,
+ eSetIdleTime = 17,
eAvailableHooksEx_DWORD = 0x7FFFFFFF // coerce enums into 4 byte instead of two
};
@@ -319,6 +320,7 @@
[id(61), helpstring("Appends text to the message in the upper left hand corner as either white text or yellow with the busy/error sound.")] HRESULT ToolTextAppend([in] BSTR Text, [in] VARIANT_BOOL bError);
[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);
};
[
|