GetColor (script event)
From modwiki
Description
Gets the color of this entity (shader parms Parm0, Parm1, Parm2).
Usage
In your script type...
vector getColor()
Parameters
This script event does not accept parameters.
Examples
color = $my_entity.getColor();
Notes
This script event returns the color of this entity as a vector.

