Revision Difference
mesh.Specular#561807
<function name="Specular" parent="mesh" type="libraryfunc">
<description>
Sets the specular map values.
⤶
This function actually does nothing.
⤶
There is no known use case for this function.
</description>
<realm>Client</realm>
<args>
<arg name="r" type="number">The red channel multiplier of the specular map.</arg>
<arg name="g" type="number">The green channel multiplier of the specular map.</arg>
<arg name="b" type="number">The blue channel multiplier of the specular map.</arg>
<arg name="a" type="number">The alpha channel multiplier of the specular map.</arg>
</args>
</function>