BoneLayer:IsGrandpaBone()
Version added: 11.0
Get nested layer control setting (Added in version 11)
Return value:
bool
Indicates if bone layer has "Allow nested layer control" enabled.
Example:
<< Back to BoneLayer
Example:
if (moho.layer:LayerType() == MOHO.LT_BONE) then
print(tostring(moho:LayerAsBone(moho.layer):IsGrandpaBone()))
end