Jump to content
Memzeer

Arma3 Addon vehicle classnames

Recommended Posts

I am learning a ton about the game but I cant seem to find the classname for a door in an addon vehicle. Help!

 

Share this post


Link to post
Share on other sites

If I'm understanding your request, you can find the animation names with animationNames.
You are looking for "door" or "hidedoor", some objects have multiple doors however.

Then you can use animateSource to open / close the door, but I might be jumping ahead.

 

 

Look at the vehicle and use the following in the debug console:

animationNames cursorObject;

That will return an array of strings with the names of model animations for what object.


I hope I've understood your question.
Respond with how you get on.

 

  • Like 1
  • Thanks 1

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

×