Changeset 1183 for cpp/frams/model/modelobj.cpp
- Timestamp:
- 10/16/22 14:23:57 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelobj.cpp
r1158 r1183 9 9 { "Model", 1, 21, "Model", }, 10 10 { "se", 0, PARAM_NOSTATIC, "startenergy", "f", FIELD(startenergy), }, 11 { "Vstyle", 0, PARAM_NOSTATIC, " vis_style", "s", FIELD(vis_style),},11 { "Vstyle", 0, PARAM_NOSTATIC, "Visual style", "s", FIELD(vis_style), "See the \"Visual style definition\" context for more information"}, 12 12 13 13 { "geno", 0, PARAM_NOSTATIC | PARAM_READONLY, "Geno", "oGeno", GETONLY(geno), },
Note: See TracChangeset
for help on using the changeset viewer.