Difference between revisions of "CRuleEntity (CS)"
(CRuleEntity offset list) |
(Added contents) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:CS | + | [[Category:CS Class List]] |
− | * [[CBaseEntity | + | == Basic Information == |
+ | |||
+ | * '''Classname''': CRuleEntity. <br /> | ||
+ | * '''Description''': None. <br /> | ||
+ | |||
+ | |||
+ | == Class Hierarchy == | ||
+ | |||
+ | * '''[[CBaseEntity (CS)|CBaseEntity]]''' | ||
** '''CRuleEntity ''' | ** '''CRuleEntity ''' | ||
− | *** [[ | + | *** '''[[CRulePointEntity (CS)|CRulePointEntity ]]''' |
+ | *** '''[[CRuleBrushEntity (CS)|CRuleBrushEntity]]''' | ||
+ | |||
+ | |||
+ | == Entity Data == | ||
+ | |||
+ | <tt>W = Windows |</tt><tt> L = Linux</tt> | ||
+ | {| cellpadding="4" | ||
+ | |- class="t2th" | ||
+ | ! Name !! W. Offset !! L. Offset !! L. Diff !! Type !! Description | ||
+ | |- class="t2td" | ||
+ | | m_iszMaster ? | ||
+ | | style="text-align:center" | ? | ||
+ | | style="text-align:center" | ? | ||
+ | | style="text-align:center" | +5 | ||
+ | | style="text-align:center" | string_t | ||
+ | | None. | ||
+ | |} | ||
+ | |||
+ | == HLSDK Reference == | ||
− | + | * [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/maprules.cpp?view=markup&root=amxmodx maprules.cpp] ''(line 33)'' |
Latest revision as of 15:42, 5 May 2009
Basic Information
- Classname: CRuleEntity.
- Description: None.
Class Hierarchy
- CBaseEntity
- CRuleEntity
Entity Data
W = Windows | L = Linux
Name | W. Offset | L. Offset | L. Diff | Type | Description |
---|---|---|---|---|---|
m_iszMaster ? | ? | ? | +5 | string_t | None. |
HLSDK Reference
- maprules.cpp (line 33)