Author Topic: What is the difference between Armor:: functions  (Read 2460 times)

Examples:

Armor::OnAdd
Armor::OnNewDatablock

Is there more of these? If so, what is the difference on these?

onAdd is when the object is created.
onNewDatablock is when it's datablock changes.

For more I'm sure you can just dump a player object.

Ok, thanks, the OnAdd will work correctly.