Disambiguate setters and getters with the same name + updates to fix duplicates

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-30 17:37:56 -08:00
parent 3ee528042f
commit 8ebfe4004e
7 changed files with 625 additions and 721 deletions
@@ -5,19 +5,32 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ReferenceShapeConfig"
"name": "Reference Shape Config"
},
"methods": [
{
"base": "shapeEntityId",
"base": "GetshapeEntityId",
"context": "Getter",
"details": {
"name": "ReferenceShapeConfig::shapeEntityId::Getter"
"name": "Getshape Entity Id"
},
"params": [
{
"typeid": "{3E49974D-2EE0-4AF9-92B9-229A22B515C3}",
"details": {
"name": "ReferenceShapeConfig*"
"name": "Vegetation Reference Shape"
}
},
{
"typeid": "",
"details": {
"name": "shape Entity Id"
}
},
{
"typeid": "",
"details": {
"name": ""
}
}
],
@@ -25,28 +38,29 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"base": "shapeEntityId",
"base": "SetshapeEntityId",
"context": "Setter",
"details": {
"name": "ReferenceShapeConfig::shapeEntityId::Setter"
"name": "Setshape Entity Id"
},
"params": [
{
"typeid": "{3E49974D-2EE0-4AF9-92B9-229A22B515C3}",
"details": {
"name": "ReferenceShapeConfig*"
"name": "Vegetation Reference Shape"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "shape Entity Id",
"tooltip": "Entity Unique Id"
}
}