Hello,
I think dealing with priorities in expression tags is quiet simple. First level order from Initial to Generators and the second level order from lower integers to higher.
I have an objectData and for example I want it to execute between Generators -5 and Generators -3. How can I get the plugin working exectly at the point Generators -4?
ObjectData.AddToExecution(op, PriorityList) / PriorityList.Add(node, priority, flags):
- priority -> totally clear
- flags -> absolutly not clear, it isn´t equal to the PRIORITYVALUE_PRIORITY integer of a priorityData, right?
Thx alot
rownn