Difference between revisions of "CAutoTrigger (CS)"
(CAutoTrigger offset list) |
|
(No difference)
|
Revision as of 07:57, 17 April 2009
- CBaseEntity
- CBaseDelay
- CAutoTrigger (trigger_auto)
- CBaseDelay
W = Windows | L = Linux
Name | W. Offset | L. Offset | L. Diff | Type | Description |
---|---|---|---|---|---|
m_globalstate | 36 | 41 | +5 | int | None. |
triggerType | 38 | 43 | +5 | USE_TYPE | enum USE_TYPE { USE_OFF = 0, USE_ON = 1, USE_SET = 2, USE_TOGGLE = 3 }; |
Constants
// Spawn flags #define SF_AUTO_FIREONCE 0x0001