Get EntityColor?

Blitz3D Forums/Blitz3D Beginners Area/Get EntityColor?

YellBellzDotCom(Posted 2007) [#1]
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.


big10p(Posted 2007) [#2]
Not natively, no - although, I think Halo/Leadworks did a dll or something to get this info.


YellBellzDotCom(Posted 2007) [#3]
ahhh, ok. Bummer, hehehhe

Thanks anyways.


big10p(Posted 2007) [#4]
However, if you're setting the color in code, you can always store the values in variables, for later reference.