Where haxe trait is store?

Hi, where traits are stored ?? how can we import traits from another scene ?

Traits are stored in folderWhereblendfileis-Sources-arm.
It is imported like this import folderWhereYourTraitIsKept.FileName/ClassName;

1 Like

Ok, this will help me ! thank you

1 Like

As you are working with Armory, definitely “look behind the GUI” at the Haxe source-code. It may seem strange to you but it actually does make a certain amount of sense, and it does explain (in a very important way) how certain tricks are done. Your game does become an (fully or partially automatically-generated) program.

1 Like