Jump to content
Sign in to follow this  
Ub3rObama

What is entities "AllVehicles"

Recommended Posts

What is entities "AllVehicles"

I found it in a wasteland script, and there is absolutely no documentation of it anywhere, and its not referenced anywhere else in the wasteland files.

Its used in this form:

{
} foreach entities "AllVehicles";

Share this post


Link to post
Share on other sites

Strange there is no documentation? There is a reference to it on the nearEntities command page that leads to an empty page.

Seems to return an array for the class you put infront of it eg:

_array = entities "LandVehicle";

_array = entities "HMMWV_MK19_DES_EP1";

It must work in a similar way to units?

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
Sign in to follow this  

×