enum Ven::Suite::MWeight
Overview
Model weight is, simply speaking, the priority, or defineness, of a model. A model with higher weight should be evaluated first, though it really depends on the context.
Defined in:
ven/suite/model.crEnum Members
-
ANON_ANY =
1 -
ANY =
2 -
ANON_TYPE =
3 -
TYPE =
4 -
ANON_VALUE =
5 -
VALUE =
6