Jump to content
gc8

nearObjects camera object

Recommended Posts

Hello

I have a question:

I don't know if it's just me but i think the behavior of nearObjects command has changed so that it returns "Camera" object. 

 

The code below demonstrates this:

 

_center = getpos player;

_list = _center nearObjects 200;

_str = "";
{ _str = _str + (typeof _x) + " "; } foreach _list;
hintSilent _str;

Did something change or is it just me?

 

thx

Share this post


Link to post
Share on other sites
10 hours ago, davidoss said:

Try filter by typeOf _x != "CamCurator"

 

typeOf is actually "Camera"

 

But I'm just wondering why it's included? I don't think this happened before

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×