Talk:Generic Keyvalues, Inputs and Outputs/Inputs: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(update)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
CBaseEntity inputs not covered here:
CBaseEntity inputs not covered here:
*<code>SetTeam</code> will probably be covered on a per-entity basis
*<code>SetTeam</code> will probably be covered on a per-entity basis
*<code>RemovePaint</code> only works for paintable brush entities (Portal 2)
The rest of these will be covered on [[:Template:I BaseAnimating]] (yet to be made)
The rest of these will be covered on [[:Template:I BaseAnimating]] (yet to be made)
*<code>Alpha</code>
*<code>Alpha</code>
Line 16: Line 17:
*<code>DisableDrawInFastReflection</code>
*<code>DisableDrawInFastReflection</code>
*<code>EnableDrawInFastReflection</code>
*<code>EnableDrawInFastReflection</code>
*<code>RemovePaint</code>
[[User:Pinsplash|Pinsplash]] ''([[User talk:Pinsplash|talk]])'' 05:40, 18 August 2018 (UTC)
[[User:Pinsplash|Pinsplash]] ''([[User talk:Pinsplash|talk]])'' 05:40, 18 August 2018 (UTC)

Latest revision as of 19:30, 26 September 2024

CBaseEntity inputs not covered here:

  • SetTeam will probably be covered on a per-entity basis
  • RemovePaint only works for paintable brush entities (Portal 2)

The rest of these will be covered on Template:I BaseAnimating (yet to be made)

  • Alpha
  • AlternativeSorting
  • Color
  • SetDamageFilter
  • EnableDamageForces
  • DisableDamageForces
  • DisableShadow
  • EnableShadow
  • DisableDraw
  • EnableDraw
  • DisableReceivingFlashlight
  • EnableReceivingFlashlight
  • DisableDrawInFastReflection
  • EnableDrawInFastReflection

Pinsplash (talk) 05:40, 18 August 2018 (UTC)