Author Topic: Player::setTempColor arguments  (Read 663 times)

What are the arguments for Player::setTempColor?
I know that the first few are the player, r g b a, and time, but what are the last two?

Someone? Anyone?
« Last Edit: September 08, 2012, 01:37:26 PM by Ipquarx »


I'm trying to help him but he's being lazy. He can figure it out.

I'm trying to help him but he's being lazy. He can figure it out.
I need clarification on the last two from someone who actually knows. I'm not being lazy.

I can't do any extensive testing right now, but I imagine that at least one of them has to do with which nodes should be colored.

I need clarification on the last two from someone who actually knows. I'm not being lazy.
You can figure it out.
Code: [Select]
package testing {
function player::setTempColor(%plr, %r, %g, %b, %a, %time, %what, %is)
{
echo(%what NL %is);
parent::setTempColor(%plr, %r, %g, %b, %a, %time, %what, %is);
}
};
I'd do it if I was at home but use some logic to figure it out