Jump to content
Sign in to follow this  
dr_eyeball

Parent classes and types

Recommended Posts

Is there a list of parent classes or types or is there a hierachy involved or where do you get these parent types from? Is this info in one of the main pbo files somewhere?

I can see topics like ArmA_Classes, but they only have specific classes and types.

When you use commands like: nearestObjects, nearestObject_type or nearObjects, they all require a generic parent type like:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">- Vehicle

- Weapon

- Car

- House

- Tank - quite a specific sub type

- StreetLamp - quite a specific sub type

For example, I need a sub type of "house" for just buildings, but "house" itself includes things like walls and promenades "Land_podesta_..." types, etc.

I've also examined: typeOf and isKindOf, but they are too specific.

Anything like that around? Thanks.

Edit:

Looks like some of this info could be found in config.bin's *.hpp files. Not many parent or sub classes to choose from.

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  

×