Difference between revisions of "CBaseDelay (CS)"

From AlliedModders Wiki
Jump to: navigation, search
(Fixed links)
(Added contents)
Line 2: Line 2:
  
  
*[[CBaseEntity (CS)|CBaseEntity]]
+
== Basic Information ==
 +
 
 +
* '''Classname''': CBaseDelay. <br />
 +
* '''Description''': Generic Delay entity. <br />
 +
 
 +
 
 +
== Class Hierarchy ==
 +
 
 +
* '''[[CBaseEntity (CS)|CBaseEntity]]'''
 
** '''CBaseDelay'''
 
** '''CBaseDelay'''
*** [[CBaseAnimating (CS)|CBaseAnimating]]
+
*** '''[[CBaseAnimating (CS)|CBaseAnimating]]'''
 
*** [[CAutoTrigger (CS)|CAutoTrigger ''(trigger_auto)'']]
 
*** [[CAutoTrigger (CS)|CAutoTrigger ''(trigger_auto)'']]
 
*** [[CBreakable (CS)|CBreakable ''(func_breakable)'']]
 
*** [[CBreakable (CS)|CBreakable ''(func_breakable)'']]
Line 17: Line 25:
  
  
<tt>''W = Windows'' |</tt><tt> ''L = Linux''</tt>
+
== Entity Data ==
 +
 
 +
<tt>W = Windows |</tt><tt> L = Linux</tt>
 
{| cellpadding="4"
 
{| cellpadding="4"
 
|- class="t2th"
 
|- class="t2th"
Line 36: Line 46:
 
| None.
 
| None.
 
|}
 
|}
 +
 +
 +
== HLSDK Reference ==
 +
 +
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/cbase.h?view=markup&root=amxmodx cbase.h] ''(line 442)''

Revision as of 15:44, 5 May 2009


Basic Information

  • Classname: CBaseDelay.
  • Description: Generic Delay entity.


Class Hierarchy


Entity Data

W = Windows | L = Linux

Name W. Offset L. Offset L. Diff Type Description
m_flDelay 34 39 +5 float None.
m_iszKillTarget 35 40 +5 int None.


HLSDK Reference