BoneLayer:IsGrandpaBone()

Version added: 11

Get nested layer control setting (Added in version 11)

Return type: bool

Indicates if bone layer has "Allow nested layer control" enabled.

Example:
if (moho.layer:LayerType() == MOHO.LT_BONE) then
print(tostring(moho:LayerAsBone(moho.layer):IsGrandpaBone()))
end