Math remap: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (ep1 add)
m (fixed datatype)
Line 5: Line 5:
==Keyvalues==
==Keyvalues==
*{{kv targetname}}
*{{kv targetname}}
*'''in1''' <integer>
*'''in1''' <float>
:Input values below this value will be ignored.
:Input values below this value will be ignored.
*'''in2''' <integer>  
*'''in2''' <float>  
:Input values above this value will be ignored.
:Input values above this value will be ignored.
*'''out1''' <integer>  
*'''out1''' <float>  
:When the input value is equal to 'Minimum Valid Input Value' ('''in1'''), this is the output value.
:When the input value is equal to 'Minimum Valid Input Value' ('''in1'''), this is the output value.
*'''out2''' <integer>  
*'''out2''' <float>  
:When the input value is equal to 'Maximum Valid Input Value' ('''in2'''), this is the output value.
:When the input value is equal to 'Maximum Valid Input Value' ('''in2'''), this is the output value.
*{{kv enabledisable ep1}}
*{{kv enabledisable ep1}}

Revision as of 20:59, 22 August 2006

Template:Wrongtitle

Entity Description

An entity that remaps a range of input values to a given range of output values.

Keyvalues

Input values below this value will be ignored.
  • in2 <float>
Input values above this value will be ignored.
  • out1 <float>
When the input value is equal to 'Minimum Valid Input Value' (in1), this is the output value.
  • out2 <float>
When the input value is equal to 'Maximum Valid Input Value' (in2), this is the output value.

Flags

  • 1 : Ignore out of range input values

Inputs

Input value and fire the output with the remapped value.

Outputs

Fired when the InValue input is received, with the remapped input value as the parameter.