Get EntityColor?

Blitz3D Forums/Blitz3D Beginners Area/Get EntityColor?

I was looking for away to retrieve an entitycolor so that I could do a quick check or change on an entity based on its color.

Is there a way to get this info? I only know you can set an entities color by using the EntityColor command.

Thanks.

Not natively, no - although, I think Halo/Leadworks did a dll or something to get this info.

ahhh, ok. Bummer, hehehhe

Thanks anyways.

However, if you're setting the color in code, you can always store the values in variables, for later reference.