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

From Valve Developer Community
Jump to navigation Jump to search
(update)
(moved RemovePaint)
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)

Revision as of 02:55, 21 August 2018

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)